diff --git a/include/CLI/Timer.hpp b/include/CLI/Timer.hpp index 4a7dc50..cff16f9 100644 --- a/include/CLI/Timer.hpp +++ b/include/CLI/Timer.hpp @@ -39,7 +39,7 @@ public: /// This is a fancy print function with --- headers static std::string Big(std::string title, std::string time) { - return "-----------------------------------------\n" + return std::string("-----------------------------------------\n") + "| " + title + " | Time = " + time + "\n" + "-----------------------------------------"; }