Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 7, 2024
1 parent 1f77998 commit 747bbb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/breeze_theme.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ namespace breeze_stylesheets
if (line.rfind(version_key, 0) != 0)
continue;
auto version = line.substr(version_key.length());
::std::cout << "TODO: " << version << std::endl;
_trim(version);
auto parts = _split(version, '.');
auto major = ::std::stoi(parts.at(0));
Expand Down

0 comments on commit 747bbb4

Please sign in to comment.