opnsense-ports/graphics/libboard/files/patch-src_Shapes.cpp
Franco Fichtner 3ab789fae6 */*: sync with upstream
Taken from: FreeBSD
2016-07-16 11:29:39 +02:00

11 lines
318 B
C++

--- src/Shapes.cpp.orig 2016-06-09 17:30:46 UTC
+++ src/Shapes.cpp
@@ -1908,7 +1908,7 @@ Text::Text( double x, double y,
}
Text::Text(Point p,
- const std::__cxx11::string & text,
+ const std::string & text,
const Fonts::Font font,
double size,
Color color,