summaryrefslogtreecommitdiff
path: root/graphics/opencollada/files/patch-COLLADAStreamWriter_src_COLLADASWLibraryAnimations.cpp
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-01-23 20:30:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-01-23 20:30:38 +0000
commit168e1c5ae1232def35693fbd09e9ecef88688046 (patch)
treeb09dc45063e5899a57a9fec007b70c9b42aab85d /graphics/opencollada/files/patch-COLLADAStreamWriter_src_COLLADASWLibraryAnimations.cpp
parentsecurity/py-fail2ban: update 0.10.1 -> 0.10.2 (diff)
Fix build with clang 6
/wrkdirs/usr/ports/graphics/opencollada/work/OpenCOLLADA-1.6.47/COLLADAStreamWriter/src/COLLADASWLibraryAnimations.cpp:65:79: error: no matching constructor for initialization of 'std::vector<Animation *>' : Library ( streamWriter, CSWC::CSW_ELEMENT_LIBRARY_ANIMATIONS ), mOpenAnimations ( NULL ) ^ ~~~~ PR: 224669 Reported by: pkg-fallout Reviewed by: rakuco@
Notes
Notes: svn path=/head/; revision=459795
Diffstat (limited to 'graphics/opencollada/files/patch-COLLADAStreamWriter_src_COLLADASWLibraryAnimations.cpp')
-rw-r--r--graphics/opencollada/files/patch-COLLADAStreamWriter_src_COLLADASWLibraryAnimations.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/opencollada/files/patch-COLLADAStreamWriter_src_COLLADASWLibraryAnimations.cpp b/graphics/opencollada/files/patch-COLLADAStreamWriter_src_COLLADASWLibraryAnimations.cpp
new file mode 100644
index 000000000000..b428b69d6100
--- /dev/null
+++ b/graphics/opencollada/files/patch-COLLADAStreamWriter_src_COLLADASWLibraryAnimations.cpp
@@ -0,0 +1,11 @@
+--- COLLADAStreamWriter/src/COLLADASWLibraryAnimations.cpp.orig 2017-05-10 01:36:49 UTC
++++ COLLADAStreamWriter/src/COLLADASWLibraryAnimations.cpp
+@@ -62,7 +62,7 @@ namespace COLLADASW
+
+ //---------------------------------------------------------------
+ LibraryAnimations::LibraryAnimations ( COLLADASW::StreamWriter * streamWriter )
+- : Library ( streamWriter, CSWC::CSW_ELEMENT_LIBRARY_ANIMATIONS ), mOpenAnimations ( NULL )
++ : Library ( streamWriter, CSWC::CSW_ELEMENT_LIBRARY_ANIMATIONS )
+ {}
+
+ //---------------------------------------------------------------