Kaydet (Commit) 96b46454 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: overriding destructor declaration not explicitly marked 'virtual'

Change-Id: Ic0789fa212add6c2c0d46b55762de97146a8b94a
üst ea644f0e
...@@ -79,7 +79,7 @@ public: ...@@ -79,7 +79,7 @@ public:
RegisterIndex( pNd->GetNodes() ); RegisterIndex( pNd->GetNodes() );
} }
~SwNodeIndex() virtual ~SwNodeIndex()
{ DeRegisterIndex( pNd->GetNodes() ); }; { DeRegisterIndex( pNd->GetNodes() ); };
inline sal_uLong operator++(); inline sal_uLong operator++();
......
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