]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/client.cpp
fix for bug in wxEditableListBox in connection with new wxListCtrl
[wxWidgets.git] / samples / sockets / client.cpp
index ea1f02c814eace57f7044a5aa48dfa05fcf65c8c..ec02f7eada976c34a76c9472dc5c4a6caf71ed33 100644 (file)
@@ -43,7 +43,7 @@
 // --------------------------------------------------------------------------
 
 // the application icon
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
 #  include "mondrian.xpm"
 #endif