]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/printdlg.h
added assert to check that notebook page does have notebook as parent; removed duplic...
[wxWidgets.git] / include / wx / msw / printdlg.h
index 7704c3f15d19877f938405ed6a8dd3fcf6e58601..eea912b333ff798fd5dffb9455508420a242d36f 100644 (file)
@@ -49,6 +49,8 @@ private:
     wxDC*             m_printerDC;
     bool              m_destroyDC;
     wxWindow*         m_dialogParent;
+
+    DECLARE_NO_COPY_CLASS(wxPrintDialog)
 };
 
 class WXDLLEXPORT wxPageSetupDialog: public wxDialog
@@ -68,6 +70,8 @@ public:
 private:
     wxPageSetupData   m_pageSetupData;
     wxWindow*         m_dialogParent;
+
+    DECLARE_NO_COPY_CLASS(wxPageSetupDialog)
 };
 
 #endif // wxUSE_PRINTING_ARCHITECTURE