]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmndata.h
WINE is so fine.
[wxWidgets.git] / include / wx / cmndata.h
index 4c58ded722a4342a47da727eeade1deadbe82e85..6c2c6864a1360c83d632eafad669ff523fdbef30 100644 (file)
@@ -89,6 +89,7 @@ public:
     int             maxSize;
 };
 
+#if wxUSE_PRINTING_ARCHITECTURE
 /*
  * wxPrintData
  * Encapsulates printer information (not printer dialog information)
@@ -379,5 +380,7 @@ private:
     wxPrintData     m_printData;
 };
 
+#endif // wxUSE_PRINTING_ARCHITECTURE
+
 #endif
 // _WX_CMNDATA_H_BASE_