From aba8d2293fc3e57c8e75ed2732f8b5b715b1b134 Mon Sep 17 00:00:00 2001 From: Alexey Uzhva Date: Thu, 5 Jul 2007 08:49:05 +0000 Subject: fixed font saving in qt4 kvirc git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@644 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/math/libkvimath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/math/libkvimath.cpp') diff --git a/src/modules/math/libkvimath.cpp b/src/modules/math/libkvimath.cpp index af7152c96..192eb9418 100644 --- a/src/modules/math/libkvimath.cpp +++ b/src/modules/math/libkvimath.cpp @@ -50,7 +50,7 @@ static bool __fncname(KviKvsModuleFunctionCall * c) \ return true; \ } -#ifdef COMPILE_ON_WINDOWS +#if defined(COMPILE_ON_WINDOWS) && !defined(__GNUC__) // dobbiamo testare meglio, i risultati. static double cbrt(double x) { -- cgit v1.3.1-10-gc9f91