]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/timer.cpp
must be static of course, otherwise items just get appended for every menu-build
[wxWidgets.git] / src / mac / carbon / timer.cpp
index e585798d04bfc9a08bdad12b865262b3ac6d4086..5fe0c8428e3488adf4b7db569782728387848192 100644 (file)
@@ -6,13 +6,15 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:       wxWidgets licence
+// Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "timer.h"
 #endif
 
+#include "wx/wxprec.h"
+
 #include "wx/timer.h"
 
 #if !USE_SHARED_LIBRARY