]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/filedlgg.cpp
added an explicit accessor to query the default key value
[wxWidgets.git] / src / generic / filedlgg.cpp
index 3132890a00793859f98b97878d928c444f266fa8..5630801c60932f99306ab2f3b9b615f02f03a268 100644 (file)
@@ -69,6 +69,9 @@
 # include <time.h>
 #include <unistd.h>
 
+// XPM hack: make the arrays const
+#define static static const
+
 #ifndef __DOS__
 #include "wx/generic/home.xpm"
 #endif
@@ -80,6 +83,8 @@
 #include "wx/generic/deffile.xpm"
 #include "wx/generic/exefile.xpm"
 
+#undef static
+
 //-----------------------------------------------------------------------------
 //  wxFileData
 //-----------------------------------------------------------------------------