Only declare wxDialog::SetWindowStyleFlag() when wxUSE_DIALOG_SIZEGRIP.
This method was only defined when wxUSE_DIALOG_SIZEGRIP==1 so avoid declaring it when wxUSE_DIALOG_SIZEGRIP==0 to fix compilation in this case (i.e. under Windows CE). Closes #13852. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -94,7 +94,9 @@ public:
|
||||
|
||||
virtual void Raise();
|
||||
|
||||
#if wxUSE_DIALOG_SIZEGRIP
|
||||
virtual void SetWindowStyleFlag(long style);
|
||||
#endif // wxUSE_DIALOG_SIZEGRIP
|
||||
|
||||
#ifdef __POCKETPC__
|
||||
// Responds to the OK button in a PocketPC titlebar. This
|
||||
|
Reference in New Issue
Block a user