CVS commit by harald: compile M +1 -1 cppcodecompletion.cpp 1.138 --- kdevelop/parts/cppsupport/cppcodecompletion.cpp #1.137:1.138 @@ -840,5 +840,5 @@ CppCodeCompletion::completeText( ) } - kdDebug(9007) << "===========================> type is: " << type << endl; + kdDebug(9007) << "===========================> type is: " << type.join(" ") << endl; kdDebug(9007) << "===========================> word is: " << word << endl;