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/static.cpp | |
parent | 98164e7547f7ea21204e69885158cd0494e08c5d (diff) |
Added DataX
Diffstat (limited to 'src/static.cpp')
-rw-r--r-- | src/static.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static.cpp b/src/static.cpp index bf0c20e..8c275ee 100644 --- a/src/static.cpp +++ b/src/static.cpp @@ -26,8 +26,8 @@ namespace W32DLib // ------------------------------------------------------------ // -StaticText::StaticText(Dialog *parent, int resource_id) : - Control(parent,resource_id) +StaticText::StaticText(Dialog *parent, int resource_id, DataX *datax) : + Control(parent,resource_id,datax) { } |