summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/typedef_used_as_struct.patch
blob: 6d54e44e23c76be64beed3ce2ab39cb13e8a5f3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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