Catchup to latest Symbian^4 GCC_SURGE
authorWilliam Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:43:21 +0100
branchGCC_SURGE
changeset 12 e3bafe42f98a
parent 6 8b3b4d191198 (diff)
parent 10 afe194b6b1cd (current diff)
Catchup to latest Symbian^4
harvester/harvesterserver/group/bld.inf
harvester/harvesterserver/group/harvesterserver.mmp
--- a/qcpix/tsrc/samplesearch/main.cpp	Tue Jul 06 15:30:04 2010 +0300
+++ b/qcpix/tsrc/samplesearch/main.cpp	Thu Jul 22 16:43:21 2010 +0100
@@ -23,7 +23,7 @@
 int main(int argc, char *argv[])
 {
     QApplication a(argc, argv);
-    SampleSearch w = SampleSearch();
+    SampleSearch w;
     w.show();
     int result =  a.exec();
     //delete w;
--- a/searchengine/util/cpixtools/inc/public/cpixstrtools.h	Tue Jul 06 15:30:04 2010 +0300
+++ b/searchengine/util/cpixtools/inc/public/cpixstrtools.h	Thu Jul 22 16:43:21 2010 +0100
@@ -447,7 +447,7 @@
                 throw ConversionExc("PANIC auto_array conversion constructor is used for non-char type %s",
                                     typeid(T).name());
 #else
-                compile_error(Template_type_T_is_not_a_character_type);
+                compile_error("Template_type_T_is_not_a_character_type");
 #endif
             }
         };