Kaydet (Commit) 504b6f0c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Clang doesn't like that ToolPanelFactory::~ToolPanelFactory() is protected

Change-Id: If7ab2dade60f5de62cfbea6d1d021a30e8a60f57
üst c441a51f
...@@ -91,7 +91,6 @@ namespace sd { namespace toolpanel ...@@ -91,7 +91,6 @@ namespace sd { namespace toolpanel
// XInitialization // XInitialization
virtual void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException); virtual void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException);
protected:
virtual ~ToolPanelFactory(); virtual ~ToolPanelFactory();
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment