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:
Diffstat (limited to 'source/blender/io/collada/ExtraTags.cpp')
-rw-r--r--source/blender/io/collada/ExtraTags.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/io/collada/ExtraTags.cpp b/source/blender/io/collada/ExtraTags.cpp
index 8c63a21f88a..f38b0d769d7 100644
--- a/source/blender/io/collada/ExtraTags.cpp
+++ b/source/blender/io/collada/ExtraTags.cpp
@@ -32,9 +32,7 @@ ExtraTags::ExtraTags(std::string profile)
this->tags = std::map<std::string, std::string>();
}
-ExtraTags::~ExtraTags()
-{
-}
+ExtraTags::~ExtraTags() = default;
bool ExtraTags::isProfile(std::string profile)
{