Skip to content
Snippets Groups Projects
Commit 1ee1a9cf authored by marco's avatar marco
Browse files

silence warning

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2606 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 11620c95
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ namespace { ...@@ -44,6 +44,7 @@ namespace {
class DLLEXPORT_OST_BASE LogSink { class DLLEXPORT_OST_BASE LogSink {
public: public:
LogSink(){}; LogSink(){};
virtual ~LogSink() { }
virtual void LogMessage(const String& message, int severity = 0)=0; virtual void LogMessage(const String& message, int severity = 0)=0;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment