diff --git a/example/breeze_theme.hpp b/example/breeze_theme.hpp index 6235de8..3f90fba 100644 --- a/example/breeze_theme.hpp +++ b/example/breeze_theme.hpp @@ -459,6 +459,7 @@ namespace breeze_stylesheets for (auto &line : lines) { // find if we have a matching line and get the right value. + ::std::cout << "TODO: " << line << std::endl; if (line.rfind(version_key, 0) != 0) continue; auto version = line.substr(version_key.length());