diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-31 16:03:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-31 16:03:16 +0000 |
commit | 0e947f2406de9708f47a12dfc10c9f07f96ffe28 (patch) | |
tree | 01777772fce766a4194c0a3f31f9a74a78e901d5 /graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp | |
parent | vuxml: Add entries for spamassasin vulnerabilities. (diff) |
Fix build on 13-CURRENT
PR: 243310
Reported by: salvadore, stephen
Tested by: salvadore
Notes
Notes:
svn path=/head/; revision=524720
Diffstat (limited to 'graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp')
-rw-r--r-- | graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp b/graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp new file mode 100644 index 000000000000..1849253dc822 --- /dev/null +++ b/graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp @@ -0,0 +1,11 @@ +--- engine/src/segment/Segment.cpp.orig 2008-08-21 14:24:32 UTC ++++ engine/src/segment/Segment.cpp +@@ -433,7 +433,7 @@ void Segment::InitWhiteSpaceSegment(int nNewDepth) + /*---------------------------------------------------------------------------------------------- + Basic copy method. + ----------------------------------------------------------------------------------------------*/ +-Segment::Segment(Segment & seg) ++Segment::Segment(const Segment & seg) + { + int islout; + |