]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/errorreporter.h
Move accessors of static data members to .cpp files
[libs/core.git] / source / debug / errorreporter.h
index ce14c637a1d74d5870e5fa2708a58ce85c940497..b702b7cfb10138a92e07c709b6058999f841481d 100644 (file)
@@ -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;
 };