]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/printps.h
Use the OOR typemap for wxTreeCtrls too.
[wxWidgets.git] / include / wx / generic / printps.h
index f02bd11d104034c8d8cf320a05918f4dca5b67b6..45564cc70d875ac66a609052c8133f15352c5a65 100644 (file)
@@ -19,6 +19,8 @@
 
 #include "wx/prntbase.h"
 
+#if wxUSE_PRINTING_ARCHITECTURE && wxUSE_POSTSCRIPT
+
 // ----------------------------------------------------------------------------
 // Represents the printer: manages printing a wxPrintout object
 // ----------------------------------------------------------------------------
@@ -62,5 +64,7 @@ private:
     void Init(wxPrintout *printout, wxPrintout *printoutForPrinting);
 };
 
+#endif
+
 #endif
 // __PRINTPSH__