]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/timer.h
Forbid setting hints for multi-line text controls.
[wxWidgets.git] / include / wx / private / timer.h
index 5178b3cf0ffd0d8e39ede66f3e673ee7ec69a5e7..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_