summaryrefslogtreecommitdiffstats
path: root/src/ui/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/button.h')
-rw-r--r--src/ui/button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/button.h b/src/ui/button.h
index 38b2dab..4f1740d 100644
--- a/src/ui/button.h
+++ b/src/ui/button.h
@@ -29,7 +29,7 @@
class CButton : public CControl
{
public:
- CButton(CInstanceManager* iMan);
+ CButton();
virtual ~CButton();
bool Create(Math::Point pos, Math::Point dim, int icon, EventType eventType);