summaryrefslogtreecommitdiffstats
path: root/src/ui/list.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2012-08-18 21:04:51 +0200
committererihel <erihel@gmail.com>2012-08-18 21:04:51 +0200
commit8d4a3ed57915af2acf8b3dcd9a8aec5a75806ca6 (patch)
treeffee78fc822604f9c5c3ab468c8da04862f31283 /src/ui/list.h
parent48ad79a03c12b923dfdb3795a2138445859cf779 (diff)
downloadcolobot-8d4a3ed57915af2acf8b3dcd9a8aec5a75806ca6.tar.gz
colobot-8d4a3ed57915af2acf8b3dcd9a8aec5a75806ca6.tar.bz2
colobot-8d4a3ed57915af2acf8b3dcd9a8aec5a75806ca6.zip
* wrong enum used for text alignment
* wrong event function used
Diffstat (limited to 'src/ui/list.h')
-rw-r--r--src/ui/list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/list.h b/src/ui/list.h
index c963203..2fc5e4d 100644
--- a/src/ui/list.h
+++ b/src/ui/list.h
@@ -25,6 +25,7 @@
#include <ui/scroll.h>
#include <common/event.h>
+#include <common/misc.h>
#include <graphics/engine/text.h>