From db8606ba5723bb26a3c0aa0698b43403e9f4a0fa Mon Sep 17 00:00:00 2001 From: Gordon MacPherson Date: Wed, 21 Aug 2019 23:32:31 +0100 Subject: [PATCH] Fix typo --- include/assimp/BaseImporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/assimp/BaseImporter.h b/include/assimp/BaseImporter.h index 3244fd74f..79a9b1b94 100644 --- a/include/assimp/BaseImporter.h +++ b/include/assimp/BaseImporter.h @@ -210,7 +210,7 @@ public: } /* Returns scale used by application called by ScaleProcess */ - const double GetImporterScale() + double GetImporterScale() const { ai_assert(importerScale != 0); ai_assert(fileScale != 0);