From 143de0ca83fcbd05338c3ec11f9adae7ff1f5fc9 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 3 Dec 2002 14:39:32 +0000 Subject: [PATCH] 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 --- include/wx/cmndata.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/cmndata.h b/include/wx/cmndata.h index d1aed4df34..390ec00aed 100644 --- a/include/wx/cmndata.h +++ b/include/wx/cmndata.h @@ -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;