aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/ListWidget.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gui/ListWidget.h b/gui/ListWidget.h
index 76e077bc55..e2c1c07447 100644
--- a/gui/ListWidget.h
+++ b/gui/ListWidget.h
@@ -24,9 +24,10 @@
#include "widget.h"
// FIXME - use own list class later, this is for rapid development
-#include <string>
-#include <vector>
-typedef std::vector<std::string> StringList;
+//#include <string>
+//#include <vector>
+//typedef std::vector<std::string> StringList;
+typedef int StringList; // FIXME placeholder
enum {