summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/app/saltimer.cxx
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2000-11-01 02:12:46 +0000
committerPatrick Luby <pluby@openoffice.org>2000-11-01 02:12:46 +0000
commit41bf1d03e4d55ce09613f844e3a4b0bd0821647a (patch)
tree139ffbadd302b3db01b1c04dab86d394a9b5591b /vcl/aqua/source/app/saltimer.cxx
parent4311801b7d0d1ed604a8269e0487bef33cbfe6a7 (diff)
Reorganized all Objective-C object definitions and C wrapper functions so that they are separate from C++ definitions
Diffstat (limited to 'vcl/aqua/source/app/saltimer.cxx')
-rw-r--r--vcl/aqua/source/app/saltimer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/aqua/source/app/saltimer.cxx b/vcl/aqua/source/app/saltimer.cxx
index f55bbc77d34e..41c4d51a148d 100644
--- a/vcl/aqua/source/app/saltimer.cxx
+++ b/vcl/aqua/source/app/saltimer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saltimer.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:05:26 $
+ * last change: $Author: pluby $ $Date: 2000-11-01 03:12:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,7 +128,7 @@ void SalTimer::SetCallback( SALTIMERPROC pProc )
// -----------------------------------------------------------------------
-void CALLBACK SalTimerProc( HWND, UINT, UINT, DWORD )
+void CALLBACK SalTimerProc( VCLWINDOW, UINT, UINT, DWORD )
{
SalData* pSalData = GetSalData();