]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/controls.cpp
Make a couple virtuals protected so they can be overridden.
[wxWidgets.git] / samples / controls / controls.cpp
index d1e553ba85356ceba7a7469e75e2cd5675177b96..f158e9e1e7506fb606871a1577fb223a30bf6e75 100644 (file)
@@ -58,7 +58,7 @@
     #define EVT_TOGGLEBUTTON EVT_CHECKBOX
 #endif
 
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif