Compile fix when not using WXR resources.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2002-03-31 12:06:49 +00:00
parent 752f10a8a4
commit 5d5da6f610

View File

@ -86,7 +86,7 @@ wxWizardPage::wxWizardPage(wxWizard *parent,
{
if ( resource != NULL )
{
#if wxUSE_RESOURCES
#if wxUSE_WX_RESOURCES
if ( !LoadFromResource(this, resource) )
{
wxFAIL_MSG(wxT("wxWizardPage LoadFromResource failed!!!!"));