Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2019-05-28 10:20:45 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2019-06-03 00:00:56 +0300
commit70bc179c45414bd426af49c883fcab1e3bebabf8 (patch)
tree56f1941be8381ae2954b4165272f6e5bde69ae0a /source/blender/collada/BCSampleData.h
parente17990bab75fd922bd0d497d7d6c8a25e9bf63fd (diff)
refactor Collada: rename BCMatrix.* class files to BCMath.*
Diffstat (limited to 'source/blender/collada/BCSampleData.h')
-rw-r--r--source/blender/collada/BCSampleData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/BCSampleData.h b/source/blender/collada/BCSampleData.h
index 33b460d409c..c4e840ac3b3 100644
--- a/source/blender/collada/BCSampleData.h
+++ b/source/blender/collada/BCSampleData.h
@@ -26,7 +26,7 @@
#include "ExportSettings.h"
#include "BCSampleData.h"
-#include "BCMatrix.h"
+#include "BCMath.h"
extern "C" {
#include "BKE_object.h"