]> git.saurik.com Git - wxWidgets.git/commitdiff
Only declare wxDialog::SetWindowStyleFlag() when wxUSE_DIALOG_SIZEGRIP.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Jan 2012 13:42:06 +0000 (13:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Jan 2012 13:42:06 +0000 (13:42 +0000)
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

include/wx/msw/dialog.h

index 5726427683c97602069467fe6d147fd935870df0..32ff8acd0db6ee40f9097de3014930bd644b42ec 100644 (file)
@@ -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