summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/extra_semicolon.patch
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-07-14 11:04:51 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-07-14 11:04:51 +0200
commitae4004548adcdcbaa5979d58f7a3324674ae21cf (patch)
treec4d4a0395f67cf214fcdb2df5e0dbf9271736a98 /external/libgltf/patches/extra_semicolon.patch
parent409e30a0d526375f66245a81fe3d503b2cd9cc83 (diff)
Revert "Update libgltf: various fixes, memory usage optimization"
This reverts commit fc40081993d29c422fd19bb80f4d9db06b4dce0d. Some files are missing from the new tarball, so revert this until this is fixed.
Diffstat (limited to 'external/libgltf/patches/extra_semicolon.patch')
-rw-r--r--external/libgltf/patches/extra_semicolon.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/external/libgltf/patches/extra_semicolon.patch b/external/libgltf/patches/extra_semicolon.patch
new file mode 100644
index 000000000000..42602d6bba96
--- /dev/null
+++ b/external/libgltf/patches/extra_semicolon.patch
@@ -0,0 +1,18 @@
+diff -ur libgltf.org/src/Common.cpp libgltf/src/Common.cpp
+--- libgltf.org/src/Common.cpp 2014-06-28 12:30:58.792097436 +0200
++++ libgltf/src/Common.cpp 2014-06-28 12:31:13.884097997 +0200
+@@ -550,12 +550,12 @@
+ /* -- Primitives -- */
+ Primitives::Primitives()
+ {
+-};
++}
+
+ Primitives::~Primitives()
+ {
+ mAttributeMap.clear();
+-};
++}
+
+ void Primitives::setMaterialIndex(std::string materialIndex)
+ {