]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/evtloopcmn.cpp
Forgot header with OSX prefix
[wxWidgets.git] / src / common / evtloopcmn.cpp
index e90bf2f2eb3c8c1a23eff7b9dcc3e0b55bf863df..18f9967c57d887deb8d1dec265eb0a4da6563594 100644 (file)
@@ -37,7 +37,7 @@
 wxEventLoopBase *wxEventLoopBase::ms_activeLoop = NULL;
 
 // wxEventLoopManual is unused in the other ports
 wxEventLoopBase *wxEventLoopBase::ms_activeLoop = NULL;
 
 // wxEventLoopManual is unused in the other ports
-#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXDFB__) || (defined(__UNIX__) && !wxUSE_GUI)
+#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXDFB__) || (defined(__UNIX__) && wxUSE_BASE)
 
 // ============================================================================
 // wxEventLoopManual implementation
 
 // ============================================================================
 // wxEventLoopManual implementation
@@ -153,3 +153,4 @@ void wxEventLoopManual::Exit(int rc)
 }
 
 #endif // __WXMSW__ || __WXMAC__ || __WXDFB__
 }
 
 #endif // __WXMSW__ || __WXMAC__ || __WXDFB__
+