X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fdebug%2Ferrorreporter.h;h=9a60f85c0f41b8bbdc4244734302e0c47fabe1c3;hp=ce14c637a1d74d5870e5fa2708a58ce85c940497;hb=HEAD;hpb=5d3a5019399f97af0371f4fd6dc415d36de6ac3a 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; };