summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/typedef_used_as_struct.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libgltf/patches/typedef_used_as_struct.patch')
-rw-r--r--external/libgltf/patches/typedef_used_as_struct.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/external/libgltf/patches/typedef_used_as_struct.patch b/external/libgltf/patches/typedef_used_as_struct.patch
new file mode 100644
index 000000000000..6d54e44e23c7
--- /dev/null
+++ b/external/libgltf/patches/typedef_used_as_struct.patch
@@ -0,0 +1,14 @@
+diff -ur libgltf.org/src/Common.h libgltf/src/Common.h
+--- libgltf.org/src/Common.h 2014-05-05 14:31:00.483359159 +0200
++++ libgltf/src/Common.h 2014-05-05 14:34:02.055366903 +0200
+@@ -536,8 +536,8 @@
+ unsigned int mCount;
+ double mMaxTime;
+ double mMinTime;
+- std::vector<struct QuatKey> mTimeRorateVec;
+- //std::vector<struct QuatKey> mTimeTransfromVec;
++ std::vector<QuatKey> mTimeRorateVec;
++ //std::vector<QuatKey> mTimeTransfromVec;
+ };
+
+ class Animation