Change ICHECK_BUILD ifdef in Q_OS_SYMBIAN.

This commit is contained in:
Wolfgang Beck
2010-02-09 15:36:00 +10:00
parent 04ad9bb1fa
commit c3122ce07c

View File

@@ -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)
{