]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/timer.h
Added internal wxHatchStyle enum.
[wxWidgets.git] / include / wx / private / timer.h
index 2ceef167cb0fb57079d05d2aa1524c4e5e9143b6..37da9676925e1e93e671ee7ef188580773721074 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/private/timerimpl.h
+// Name:        wx/private/timer.h
 // Purpose:     Base class for wxTimer implementations
 // Author:      Lukasz Michalski <lmichalski@sf.net>
 // Created:     31.10.2006
@@ -67,7 +67,7 @@ protected:
     bool    m_oneShot;      // true if one shot
 
 
-    DECLARE_NO_COPY_CLASS(wxTimerImpl);
-}
+    wxDECLARE_NO_COPY_CLASS(wxTimerImpl);
+};
 
 #endif // _WX_TIMERIMPL_H_BASE_