]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/private/timer.h
Initial work on virtual file system support for the WebKitGTK+ backend. It now suppor...
[wxWidgets.git] / include / wx / gtk / private / timer.h
index 2753541ef65b2b4b6f84901570c64ae6daef88d3..ada20184e08e346594f3af4c86fe2f40a5a0f4fc 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/private/gtk/timer.h
+// Name:        wx/gtk/private/timer.h
 // Purpose:     wxTimerImpl for wxGTK
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -10,6 +10,8 @@
 #ifndef _WX_GTK_PRIVATE_TIMER_H_
 #define _WX_GTK_PRIVATE_TIMER_H_
 
+#if wxUSE_TIMER
+
 #include "wx/private/timer.h"
 
 //-----------------------------------------------------------------------------
@@ -29,4 +31,6 @@ protected:
     int m_sourceId;
 };
 
+#endif // wxUSE_TIMER
+
 #endif // _WX_GTK_PRIVATE_TIMER_H_