summaryrefslogtreecommitdiff
path: root/src/autocheck.cpp
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-03-28 01:42:58 +0000
committerIan C <ianc@noddybox.co.uk>2005-03-28 01:42:58 +0000
commit82f1d860690dc0a2d0210db12344f7ea5e88b6a4 (patch)
tree517481a81e64cc70b5187ce6eeb20d8fa326fa54 /src/autocheck.cpp
parent4f54380eb1f7574bf9cc147cb8870508da09e10c (diff)
Added ComboBox. Also improved callback filtering and made controls auto register themselves.
Diffstat (limited to 'src/autocheck.cpp')
-rw-r--r--src/autocheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autocheck.cpp b/src/autocheck.cpp
index bfb45c7..57ec5bd 100644
--- a/src/autocheck.cpp
+++ b/src/autocheck.cpp
@@ -45,7 +45,7 @@ AutoCheck::~AutoCheck()
//
void AutoCheck::OnPress(Window *owner, W32DLibCallback callback)
{
- Control::AddCallback(WM_COMMAND,owner,callback);
+ Control::AddCallback(WM_COMMAND,0,owner,callback);
}