From edfae828f6a792fe4809ca77a1181a00ed8b9f46 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 27 Nov 2005 02:35:57 +0000 Subject: Patch #1341626: "New GP32 port" svn-id: r19710 --- common/str.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/str.h') diff --git a/common/str.h b/common/str.h index c11414534c..5ca7b6fa02 100644 --- a/common/str.h +++ b/common/str.h @@ -37,7 +37,7 @@ protected: int _capacity; public: -#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG)) +#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__)) static const String emptyString; #else static const char *emptyString; -- cgit v1.2.3