From 0128dd0aa66ce1a7c950c5dea274f48f72518915 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 11 Jul 2002 23:09:07 +0000 Subject: 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 --- gui/ListWidget.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gui/ListWidget.h') 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 -#include -typedef std::vector StringList; +//#include +//#include +//typedef std::vector StringList; +typedef int StringList; // FIXME placeholder enum { -- cgit v1.2.3