fix warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton 2004-11-06 06:42:25 +00:00
parent 84c51ddf77
commit 3950f9e165

View File

@ -322,7 +322,7 @@ bool wxWindowsPrinter::Setup(wxWindow *WXUNUSED(parent))
return (ret == wxID_OK);
#else
return wxID_CANCEL;
return false;
#endif
}