]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/prntdlgg.cpp
ckconf
[wxWidgets.git] / src / generic / prntdlgg.cpp
index 5d24eb9e7d264c838b95e9dae52d0127ff0200b9..d9e5b92604bb9e50c7748cc055d5965bbb53385f 100644 (file)
@@ -61,6 +61,7 @@
 #include "wx/paper.h"
 #include "wx/filename.h"
 #include "wx/tokenzr.h"
+#include "wx/imaglist.h"
 
 #include <stdlib.h>
 #include <string.h>
@@ -110,12 +111,12 @@ wxPostScriptPrintNativeData::~wxPostScriptPrintNativeData()
 {
 }
 
-bool wxPostScriptPrintNativeData::TransferTo( wxPrintData &data )
+bool wxPostScriptPrintNativeData::TransferTo( wxPrintData &WXUNUSED(data) )
 {
     return true;
 }
 
-bool wxPostScriptPrintNativeData::TransferFrom( const wxPrintData &data )
+bool wxPostScriptPrintNativeData::TransferFrom( const wxPrintData &WXUNUSED(data) )
 {
     return true;
 }