X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdebug%2Ferrorreporter.h;fp=source%2Fdebug%2Ferrorreporter.h;h=b702b7cfb10138a92e07c709b6058999f841481d;hb=96c28280b6b97198d7411e1f03222f6ce889b2a3;hp=ce14c637a1d74d5870e5fa2708a58ce85c940497;hpb=c77c9fc85ca6b9fc111b1a3d8a84c3903e3dd646;p=libs%2Fcore.git diff --git a/source/debug/errorreporter.h b/source/debug/errorreporter.h index ce14c63..b702b7c 100644 --- a/source/debug/errorreporter.h +++ b/source/debug/errorreporter.h @@ -20,7 +20,7 @@ protected: public: virtual ~ErrorReporter(); - static const ErrorReporter *get_current() { return _current; } + static const ErrorReporter *get_current(); virtual bool report_uncaught_exception(const std::exception &) const = 0; };