Addition of missing overrides to splitter.h

This commit is contained in:
Hartwig
2015-11-22 09:45:35 +01:00
parent 57e10b695d
commit 0b6b645412

View File

@@ -217,7 +217,7 @@ public:
virtual void SizeWindows(); virtual void SizeWindows();
#ifdef __WXMAC__ #ifdef __WXMAC__
virtual bool MacClipGrandChildren() const { return true ; } virtual bool MacClipGrandChildren() const wxOVERRIDE { return true ; }
#endif #endif
// Sets the sash size: this doesn't do anything and shouldn't be used at // Sets the sash size: this doesn't do anything and shouldn't be used at