summaryrefslogtreecommitdiff
path: root/graphics/silgraphite/files/patch-engine-include-graphite-Segment.h
blob: 0050e320f8a61fefa0d215d0a39aaacd94dda347 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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);