Forgot this wxRTTI fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-06-07 04:24:31 +00:00
parent a068ecbc5f
commit 5f6044310d

View File

@@ -551,7 +551,7 @@ IMPLEMENT_CLASS( wxPyPrintPreview, wxWindowsPrintPreview );
#elif defined(__WXMAC__) #elif defined(__WXMAC__)
IMPLEMENT_CLASS( wxPyPrintPreview, wxMacPrintPreview ); IMPLEMENT_CLASS( wxPyPrintPreview, wxMacPrintPreview );
#else #else
IMPLEMENT_CLASS( wxPyPrintPreview, wxPrintPreview ); IMPLEMENT_CLASS( wxPyPrintPreview, wxPostScriptPrintPreview );
#endif #endif
IMP_PYCALLBACK_BOOL_INT (wxPyPrintPreview, wxPrintPreview, SetCurrentPage); IMP_PYCALLBACK_BOOL_INT (wxPyPrintPreview, wxPrintPreview, SetCurrentPage);