InheritAttributes is public in the base class, make it so here too.
This commit is contained in:
@@ -22,6 +22,8 @@ public:
|
|||||||
wxNonOwnedWindow();
|
wxNonOwnedWindow();
|
||||||
virtual ~wxNonOwnedWindow();
|
virtual ~wxNonOwnedWindow();
|
||||||
|
|
||||||
|
virtual void InheritAttributes() wxOVERRIDE;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual bool DoClearShape() wxOVERRIDE;
|
virtual bool DoClearShape() wxOVERRIDE;
|
||||||
virtual bool DoSetRegionShape(const wxRegion& region) wxOVERRIDE;
|
virtual bool DoSetRegionShape(const wxRegion& region) wxOVERRIDE;
|
||||||
@@ -30,7 +32,6 @@ protected:
|
|||||||
#endif // wxUSE_GRAPHICS_CONTEXT
|
#endif // wxUSE_GRAPHICS_CONTEXT
|
||||||
|
|
||||||
virtual WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam) wxOVERRIDE;
|
virtual WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam) wxOVERRIDE;
|
||||||
virtual void InheritAttributes() wxOVERRIDE;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool HandleDPIChange(const wxSize& newDPI, const wxRect& newRect);
|
bool HandleDPIChange(const wxSize& newDPI, const wxRect& newRect);
|
||||||
|
Reference in New Issue
Block a user