From c3122ce07c00e7938737ffd66e76595e9484a546 Mon Sep 17 00:00:00 2001 From: Wolfgang Beck Date: Tue, 9 Feb 2010 15:36:00 +1000 Subject: Change ICHECK_BUILD ifdef in Q_OS_SYMBIAN. --- src/shared/cplusplus/Control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/cplusplus/Control.cpp') diff --git a/src/shared/cplusplus/Control.cpp b/src/shared/cplusplus/Control.cpp index 3c719bbf9a..f1db5d9618 100644 --- a/src/shared/cplusplus/Control.cpp +++ b/src/shared/cplusplus/Control.cpp @@ -210,7 +210,7 @@ public: } // end of anonymous namespace -#ifdef ICHECK_BUILD +#ifdef Q_OS_SYMBIAN //Symbian compiler has some difficulties to understand the templates. static void delete_array_entries(std::vector vt) { -- cgit v1.2.1