]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/layout/layout.cpp
Make a couple virtuals protected so they can be overridden.
[wxWidgets.git] / samples / layout / layout.cpp
index 229df5901de0cf31b41011064e0288a84a5abc52..41952f55bdfc01baec208a292de021d5ec6965d9 100644 (file)
@@ -7,7 +7,7 @@
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Julian Smart
 //                  2005 Vadim Zeitlin
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
@@ -35,7 +35,7 @@
 
 #include "layout.h"
 
-#ifndef __WXMSW__
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif