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/ExtraHandler.h')
-rw-r--r--source/blender/collada/ExtraHandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/collada/ExtraHandler.h b/source/blender/collada/ExtraHandler.h
index aa1ae52a521..d2da19acb78 100644
--- a/source/blender/collada/ExtraHandler.h
+++ b/source/blender/collada/ExtraHandler.h
@@ -61,7 +61,8 @@ public:
bool parseElement (
const char* profileName,
const unsigned long& elementHash,
- const COLLADAFW::UniqueId& uniqueId );
+ const COLLADAFW::UniqueId& uniqueId,
+ COLLADAFW::Object* object);
private:
/** Disable default copy constructor. */
ExtraHandler(const ExtraHandler& pre);