summaryrefslogtreecommitdiff
path: root/src/w32dlib/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32dlib/button.h')
-rw-r--r--src/w32dlib/button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32dlib/button.h b/src/w32dlib/button.h
index 3ba48b3..c35a06c 100644
--- a/src/w32dlib/button.h
+++ b/src/w32dlib/button.h
@@ -50,7 +50,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);
protected: