Hackily fix compile on OS X.
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Jul 2013 23:24:21 +0000 (00:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Jul 2013 23:24:21 +0000 (00:24 +0100)
src/wx/audio_mapping_view.cc

index 3ea0cdd1da9b72717b038ed1c6606a47f275040e..1e938b357d0d943aaf97752cb0a2bc48a02895ce 100644 (file)
@@ -36,14 +36,11 @@ using boost::shared_ptr;
 #ifdef __WXMSW__
 #define CHECKBOX_WIDTH 16
 #define CHECKBOX_HEIGHT 16
-#endif
-
-#ifdef __WXGTK__
+#else
 #define CHECKBOX_WIDTH 20
 #define CHECKBOX_HEIGHT 20
 #endif
 
-
 class NoSelectionStringRenderer : public wxGridCellStringRenderer
 {
 public: