diff --git a/src/Exception.hpp b/src/Exception.hpp index 9a5bb0c..8688e34 100644 --- a/src/Exception.hpp +++ b/src/Exception.hpp @@ -101,8 +101,8 @@ namespace ArbUt { } ss << fileName << "[" << trace.source.line << "] " << function << std::endl; } - }; #endif + }; } #endif // ARBUTILS_EXCEPTION_HPP