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