summaryrefslogtreecommitdiff
path: root/src/w32dlib/autocheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32dlib/autocheck.h')
-rw-r--r--src/w32dlib/autocheck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32dlib/autocheck.h b/src/w32dlib/autocheck.h
index e58d5f9..a40c703 100644
--- a/src/w32dlib/autocheck.h
+++ b/src/w32dlib/autocheck.h
@@ -61,7 +61,7 @@ namespace W32DLib
/// \param owner The class the callback reside in.
/// \param callback The callback.
///
- void OnPress(W32DLibCallbackInterface *owner,
+ void OnPress(Window *owner,
W32DLibCallback callback);