aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.h
diff options
context:
space:
mode:
authorMax Horn2002-07-11 23:09:07 +0000
committerMax Horn2002-07-11 23:09:07 +0000
commit0128dd0aa66ce1a7c950c5dea274f48f72518915 (patch)
treebfbf50d0d4d5b7afaa4cd89f0ed4c2aba8e5b7d1 /gui/ListWidget.h
parent5f00eb69b9dbe90da0596e03dff16bf9e6b49ad2 (diff)
downloadscummvm-rg350-0128dd0aa66ce1a7c950c5dea274f48f72518915.tar.gz
scummvm-rg350-0128dd0aa66ce1a7c950c5dea274f48f72518915.tar.bz2
scummvm-rg350-0128dd0aa66ce1a7c950c5dea274f48f72518915.zip
seems there is a conflict with our operator new and certain versions of the Std C++ lib. Till this is resolved: here's a workaround (disabling the code which is not used anyway right now)
svn-id: r4517
Diffstat (limited to 'gui/ListWidget.h')
-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 {