summaryrefslogtreecommitdiff
path: root/src/autocheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/autocheck.cpp')
-rw-r--r--src/autocheck.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autocheck.cpp b/src/autocheck.cpp
index 203fe0d..bfb45c7 100644
--- a/src/autocheck.cpp
+++ b/src/autocheck.cpp
@@ -18,6 +18,7 @@
//
// -------------------------------------------------------------------------
//
+#include "w32dlib/window.h"
#include "w32dlib/autocheck.h"
#include "w32dlib/dialog.h"
@@ -42,8 +43,7 @@ AutoCheck::~AutoCheck()
// ------------------------------------------------------------
//
-void AutoCheck::OnPress(W32DLibCallbackInterface *owner,
- W32DLibCallback callback)
+void AutoCheck::OnPress(Window *owner, W32DLibCallback callback)
{
Control::AddCallback(WM_COMMAND,owner,callback);
}