X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fexcept.h;fp=source%2Fcore%2Fexcept.h;h=a58b3ca9c0c9480b14560a36a160aa247be42542;hp=6d34d4bd48d9309042c8f7fe6e6d9eb401053e2c;hb=d5dd704b2576f878809e87dbb8ff8591b9bdbce4;hpb=47a232c3c19e718a30281d3ada8acc1b6212ea8c diff --git a/source/core/except.h b/source/core/except.h index 6d34d4b..a58b3ca 100644 --- a/source/core/except.h +++ b/source/core/except.h @@ -77,7 +77,7 @@ private: bool brief; public: - UsageError(const std::string &r, bool b=true): Exception(r), brief(b) { } + UsageError(const std::string &r, bool b = true): Exception(r), brief(b) { } bool get_brief() const { return brief; } };