diff options
author | Wolfgang Beck <wolfgang.beck@nokia.com> | 2010-02-09 15:36:00 +1000 |
---|---|---|
committer | Wolfgang Beck <wolfgang.beck@nokia.com> | 2010-02-09 15:36:00 +1000 |
commit | c3122ce07c00e7938737ffd66e76595e9484a546 (patch) | |
tree | 6fcbee78f8839ce24b7d8c4f25b5c70edc49fdc2 /src/shared/cplusplus/Control.cpp | |
parent | 04ad9bb1faec4699ea9d51c889d489e72a5b4fdf (diff) | |
download | qt-creator-c3122ce07c00e7938737ffd66e76595e9484a546.tar.gz |
Change ICHECK_BUILD ifdef in Q_OS_SYMBIAN.
Diffstat (limited to 'src/shared/cplusplus/Control.cpp')
-rw-r--r-- | src/shared/cplusplus/Control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Symbol *> vt) { |