mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
11 lines
318 B
C++
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,
|