diff options
| author | Ian C <ianc@noddybox.co.uk> | 2005-04-04 00:52:23 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2005-04-04 00:52:23 +0000 |
| commit | 3a1bf865b6c1b6b7c096eaf6dab91a465319488a (patch) | |
| tree | 3495061e6af6b819b075b6fdaae66dc115bf187e /src/button.cpp | |
| parent | 98164e7547f7ea21204e69885158cd0494e08c5d (diff) | |
Added DataX
Diffstat (limited to 'src/button.cpp')
| -rw-r--r-- | src/button.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/button.cpp b/src/button.cpp index 66b4018..3e27581 100644 --- a/src/button.cpp +++ b/src/button.cpp @@ -27,8 +27,8 @@ namespace W32DLib // ------------------------------------------------------------ // -Button::Button(Dialog *parent, int resource_id) : - Control(parent,resource_id) +Button::Button(Dialog *parent, int resource_id, DataX *datax) : + Control(parent,resource_id,datax) { } |
