From c3122ce07c00e7938737ffd66e76595e9484a546 Mon Sep 17 00:00:00 2001
From: Wolfgang Beck <wolfgang.beck@nokia.com>
Date: Tue, 9 Feb 2010 15:36:00 +1000
Subject: [PATCH] Change ICHECK_BUILD ifdef in Q_OS_SYMBIAN.

---
 src/shared/cplusplus/Control.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/shared/cplusplus/Control.cpp b/src/shared/cplusplus/Control.cpp
index 3c719bbf9aa..f1db5d96184 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<Symbol *> vt)
 {
-- 
GitLab