]> git.saurik.com Git - wxWidgets.git/commit - include/wx/msw/dialog.h
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)
commit8ba1d512d3dfc1b61ab24bde52ea0689db798a49
treec3abd7672ac0d11a10c1b0cee5e7ca4e8e5958c7
parent51c2f7ea41f0e6a2fadef7e20678452eff36affc
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
include/wx/msw/dialog.h