Applied patch [ 1208256 ] Fixes bug #1193626 [wxPrintData asserts on or ignores...]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-05-30 08:39:23 +00:00
parent ccbb33c91b
commit 3168b4c3ae
2 changed files with 18 additions and 9 deletions

View File

@@ -49,6 +49,8 @@ private:
void* m_devMode;
void* m_devNames;
short m_customWindowsPaperId;
private:
DECLARE_DYNAMIC_CLASS(wxWindowsPrintNativeData)
};