opnsense-ports/print/scribus/files/patch-pdflib_core.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
463 B
C++

--- scribus/pdflib_core.cpp.orig 2013-01-20 06:15:07.000000000 +0400
+++ scribus/pdflib_core.cpp 2013-09-14 22:18:16.618750736 +0400
@@ -83,7 +83,7 @@
#include "util_math.h"
#include "util_ghostscript.h"
-using namespace std;
+// using namespace std;
#if defined(_WIN32)
#undef GetObject
@@ -154,7 +154,7 @@
delete progressDialog;
}
-static inline QString FToStr(double c)
+static QString FToStr(double c)
{
return QString::number(c, 'f', 5);
};