]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/timer.cpp
Fix typo from version 1.528.
[wxWidgets.git] / src / mgl / timer.cpp
index a1b0ad7972f0acffc888283ec7d8d44f186b16d2..1ab1a1908738472f1d564d475072d068d37e905c 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     wxTimer implementation
 // Author:      Vaclav Slavik
 // Id:          $Id$
-// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #pragma implementation "timer.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #include "wx/timer.h"
 
 #if wxUSE_TIMER