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/collada/ExtraTags.h')
-rw-r--r--source/blender/collada/ExtraTags.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/collada/ExtraTags.h b/source/blender/collada/ExtraTags.h
index 5c31a5a95db..710d26e8cad 100644
--- a/source/blender/collada/ExtraTags.h
+++ b/source/blender/collada/ExtraTags.h
@@ -56,6 +56,9 @@ public:
/** Set given char pointer to value of tag, if it exists. */
void setData(std::string tag, char *data);
+ /** Return true if the extra tags is for specified profile. */
+ bool isProfile(std::string profile);
+
private:
/** Disable default copy constructor. */
ExtraTags( const ExtraTags& pre );