summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/extra_qualification.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libgltf/patches/extra_qualification.patch')
-rw-r--r--external/libgltf/patches/extra_qualification.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/external/libgltf/patches/extra_qualification.patch b/external/libgltf/patches/extra_qualification.patch
new file mode 100644
index 000000000000..213d8f08c1fd
--- /dev/null
+++ b/external/libgltf/patches/extra_qualification.patch
@@ -0,0 +1,12 @@
+diff -ur libgltf.org/Common.h libgltf/Common.h
+--- libgltf.org/Common.h 2014-04-17 14:24:31.978887883 +0200
++++ libgltf/Common.h 2014-04-17 14:24:57.505886942 +0200
+@@ -551,7 +551,7 @@
+ std::map<std::string, class Technique*>& getTechniqueMap();
+
+ const std::string getCameraIndex() const;
+- const float* Scene::getCameraMatrix() const;
++ const float* getCameraMatrix() const;
+
+ char* getBuffer(unsigned int length);
+ bool setBuffer(const std::string& binName, unsigned int length);