summaryrefslogtreecommitdiffstats
path: root/src/ui/group.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2012-08-17 22:43:07 +0200
committererihel <erihel@gmail.com>2012-08-17 22:43:07 +0200
commitc2464d4c71bbc0154287f0b0441aef05e27cf084 (patch)
treed000ff46f5b9e505c94a8e6532668a57c7f78e2a /src/ui/group.h
parent10b2c562fb7635f9850f1441f08ba8b1a71e31e1 (diff)
downloadcolobot-c2464d4c71bbc0154287f0b0441aef05e27cf084.tar.gz
colobot-c2464d4c71bbc0154287f0b0441aef05e27cf084.tar.bz2
colobot-c2464d4c71bbc0154287f0b0441aef05e27cf084.zip
* changes to ui classes
Diffstat (limited to 'src/ui/group.h')
-rw-r--r--src/ui/group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/group.h b/src/ui/group.h
index b54829d..12c4003 100644
--- a/src/ui/group.h
+++ b/src/ui/group.h
@@ -29,7 +29,7 @@ class CD3DEngine;
class CGroup : public CControl
{
public:
- CGroup(CInstanceManager* iMan);
+ CGroup();
virtual ~CGroup();
bool Create(Math::Point pos, Math::Point dim, int icon, EventType eventType);