ports/graphics/silgraphite/files/patch-engine-include-graphite-Segment.h
Sunpoet Po-Chuan Hsieh 0e947f2406 Fix build on 13-CURRENT
PR:		243310
Reported by:	salvadore, stephen
Tested by:	salvadore
2020-01-31 16:03:16 +00:00

11 lines
390 B
C

--- engine/include/graphite/Segment.h.orig 2009-01-29 08:33:19 UTC
+++ engine/include/graphite/Segment.h
@@ -64,7 +64,7 @@ class Segment (public)
virtual ~Segment();
// Basic copy constructor:
- Segment(Segment & seg);
+ Segment(const Segment & seg);
// For making modified copies of segments:
static Segment * LineContextSegment(Segment & seg, bool fStartLine, bool fEndLine);