summaryrefslogtreecommitdiffstats
path: root/src/edit.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-03-23 22:08:59 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2012-03-23 22:08:59 +0100
commitea046a32eeb90208b374f4e4e6f6ecadf224bdc6 (patch)
tree2bdedf827ea84e1f785e608dd4dac2a8be90cd7c /src/edit.h
parentf3a6e6c313505897cf80375c69d6503b1306becf (diff)
downloadcolobot-ea046a32eeb90208b374f4e4e6f6ecadf224bdc6.tar.gz
colobot-ea046a32eeb90208b374f4e4e6f6ecadf224bdc6.tar.bz2
colobot-ea046a32eeb90208b374f4e4e6f6ecadf224bdc6.zip
Fixed includes and GCC syntax errors
Diffstat (limited to 'src/edit.h')
-rw-r--r--src/edit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/edit.h b/src/edit.h
index 908bcab..4ad884f 100644
--- a/src/edit.h
+++ b/src/edit.h
@@ -20,6 +20,7 @@
#define _EDIT_H_
+#include "struct.h"
#include "control.h"
@@ -91,7 +92,7 @@ class CEdit : public CControl
{
public:
CEdit(CInstanceManager* iMan);
- ~CEdit();
+ virtual ~CEdit();
BOOL Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg);