Fix wxStandardDialogLayoutAdapter compilation with wxUSE_BUTTON==0.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2010 13:51:57 +0000 (13:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2010 13:51:57 +0000 (13:51 +0000)
commit6d61520df379256febf923d13590ec667a8ba2b6
treea1d6f7c0826b5b8186d869996ca699a33bb8e76e
parentac04aa9943bc3c48bd053a899cbe2a9c75fe13f5
Fix wxStandardDialogLayoutAdapter compilation with wxUSE_BUTTON==0.

This class probably should not be compiled in at all in the minimal build but
in the meanwhile just add #if checks around its button-related parts.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dialog.h
src/common/dlgcmn.cpp