build fix
[LibreOffice.git] / external / libfreehand / replace_transform_class_with_struct.patch
blobb7deeea6595727d5e54ad1bc857d397a076eed3a
1 Due to class/struct mismatch, MSVC 14.0 is issuing linkage error.
2 This was already fixed upstream, and can be removed after bumping
3 libfreehand version.
5 author David Tardon <dtardon@redhat.com>
6 Thu, 11 Jun 2015 17:13:57 +0200 (17:13 +0200)
7 committer David Tardon <dtardon@redhat.com>
8 commit d9b10697f3984e51d3870e049b99488d94ee735e
9 WaE: 'FHTransform' defined as a struct here but previously declared as a class
11 diff -ru libfreehand/src/lib/FHPath.h libfreehand.orig/src/lib/FHPath.h
12 --- src/lib/FHPath.h 2015-09-13 11:25:46.523925800 +0200
13 +++ src/lib/FHPath.h 2015-05-18 06:50:01.000000000 +0200
14 @@ -16,7 +16,7 @@
15 namespace libfreehand
18 -class FHTransform;
19 +struct FHTransform;
21 class FHPathElement