]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix
authorRobin Dunn <robin@alldunn.com>
Fri, 12 Nov 2004 20:34:57 +0000 (20:34 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 12 Nov 2004 20:34:57 +0000 (20:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/gizmos/wxCode/src/treelistctrl.cpp

index 79024a3bccf54335723eb62a5c9081713faba489..c147e7577166996f235bfd5b56890ae2a74a4a05 100644 (file)
@@ -1877,7 +1877,7 @@ void wxTreeListMainWindow::Init()
 
     m_underMouse = NULL;
 
 
     m_underMouse = NULL;
 
-#if defined( __WXMAC__ ) && __WXMAC_CARBON__
+#if defined( __WXMAC__ ) && defined(__WXMAC_CARBON__)
     m_normalFont.MacCreateThemeFont( kThemeViewsFont ) ;
 #else
     m_normalFont = wxSystemSettings::GetFont( wxSYS_DEFAULT_GUI_FONT );
     m_normalFont.MacCreateThemeFont( kThemeViewsFont ) ;
 #else
     m_normalFont = wxSystemSettings::GetFont( wxSYS_DEFAULT_GUI_FONT );