]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/errorreporter.cpp
Move accessors of static data members to .cpp files
[libs/core.git] / source / debug / errorreporter.cpp
index edfa0026d58a6b92c08f43c5138a3ccc4aca610f..6591c037ac68da524a76b740779c35549e5f7114 100644 (file)
@@ -16,5 +16,10 @@ ErrorReporter::~ErrorReporter()
        _current = _prev;
 }
 
+const ErrorReporter *ErrorReporter::get_current()
+{
+       return _current;
+}
+
 } // namespace Debug
 } // namespace Msp