fix warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
84c51ddf77
commit
3950f9e165
@ -322,7 +322,7 @@ bool wxWindowsPrinter::Setup(wxWindow *WXUNUSED(parent))
|
|||||||
|
|
||||||
return (ret == wxID_OK);
|
return (ret == wxID_OK);
|
||||||
#else
|
#else
|
||||||
return wxID_CANCEL;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user