]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/timer.h
Fix memory leak by letting the base class version handle the
[wxWidgets.git] / include / wx / gtk1 / timer.h
index 6ee7767602b351efaf37117f5762a01a24d93e4b..260313cef64ffbb26530598cd992145292c1d666 100644 (file)
@@ -4,14 +4,14 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:     wxWindows licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 
 #ifndef __GTKTIMERH__
 #define __GTKTIMERH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "timer.h"
 #endif