aboutsummaryrefslogtreecommitdiff
path: root/graphics/libboard/files/patch-src_Shapes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libboard/files/patch-src_Shapes.cpp')
-rw-r--r--graphics/libboard/files/patch-src_Shapes.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libboard/files/patch-src_Shapes.cpp b/graphics/libboard/files/patch-src_Shapes.cpp
new file mode 100644
index 000000000000..506ea0267ace
--- /dev/null
+++ b/graphics/libboard/files/patch-src_Shapes.cpp
@@ -0,0 +1,11 @@
+--- 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,