From 7b774ba41372239f47b787becb8fb9ef7d809369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 1 Dec 2016 03:03:18 +0100 Subject: Fix FTBFS with GCC6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 9faa91eecd162a3d9758a2ecd951578e9b7b19e6) --- kopete/libkopete/kautoconfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete') diff --git a/kopete/libkopete/kautoconfig.cpp b/kopete/libkopete/kautoconfig.cpp index cdb29672..9570f15c 100644 --- a/kopete/libkopete/kautoconfig.cpp +++ b/kopete/libkopete/kautoconfig.cpp @@ -35,7 +35,7 @@ #include "kdebug.h" #define functionCallPreOrderCheck(functionName, returnValue) \ if(!d->retrievedSettings){ \ - kdDebug(180) << "KAutoConfig::"functionName"() was called before " \ + kdDebug(180) << "KAutoConfig::" functionName "() was called before " \ "KAutoConfig::retrieveSettings(). This should NEVER happen because " \ "it will do nothing. Please Fix." << endl; \ return returnValue; \ @@ -43,7 +43,7 @@ #define functionCallPostOrderCheck(functionName, returnValue) \ if(d->retrievedSettings){ \ - kdDebug(180) << "KAutoConfig::"functionName"() was called after " \ + kdDebug(180) << "KAutoConfig::" functionName "() was called after " \ "KAutoConfig::retrieveSettings(). This should NEVER happen because " \ "it will do nothing. Please Fix." << endl; \ return returnValue; \ -- cgit v1.2.3