kdelibs/kdelibs-4.13.2-qreal.patch

13 lines
457 B
Diff

diff -up kdelibs-4.13.2/khtml/css/cssparser.cpp.qreal kdelibs-4.13.2/khtml/css/cssparser.cpp
--- kdelibs-4.13.2/khtml/css/cssparser.cpp.qreal 2014-06-07 17:33:11.047973300 -0500
+++ kdelibs-4.13.2/khtml/css/cssparser.cpp 2014-06-07 23:01:04.275165034 -0500
@@ -2709,7 +2709,7 @@ static inline int yyerror( const char *s
return 1;
}
-static const qreal dIntMax = INT_MAX;
+static const double dIntMax = INT_MAX;
#define END 0
#include "parser.h"