adding the print session to the print data

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2002-12-03 14:39:32 +00:00
parent 27e208b84d
commit 143de0ca83

View File

@@ -218,9 +218,11 @@ public:
#elif defined(__WXMAC__)
void* m_macPageFormat ;
void* m_macPrintSettings ;
void* m_macPrintSession ;
#endif
private:
int m_printNoCopies;
int m_printOrientation;
bool m_printCollate;