ports/graphics/libboard/files/patch-src_Shapes.cpp
2016-07-14 07:33:35 +00: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,