summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/win/inc/saltimer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/win/inc/saltimer.h b/vcl/win/inc/saltimer.h
index ad1a1a7032a1..b822d2d80677 100644
--- a/vcl/win/inc/saltimer.h
+++ b/vcl/win/inc/saltimer.h
@@ -4,9 +4,9 @@
*
* $RCSfile: saltimer.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:00:19 $
+ * last change: $Author: vg $ $Date: 2006-04-06 15:41:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,6 +40,8 @@
#include <saltimer.hxx>
#endif
+void CALLBACK SalTimerProc( HWND, UINT, UINT, DWORD );
+
class WinSalTimer : public SalTimer
{
public: