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>2013-02-13 12:53:05 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2013-02-13 12:53:05 +0400
commit6f4ce31320f0afc4dce3f0825dce9a75a548efa1 (patch)
tree6f61201179fcab3a0a93d871817c8fc50083ea7d /source/blender/collada/MeshImporter.h
parent708b01e177fa3eed34aa89d659d7018766153f35 (diff)
fix: remove extra qualification in header
Diffstat (limited to 'source/blender/collada/MeshImporter.h')
-rw-r--r--source/blender/collada/MeshImporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/MeshImporter.h b/source/blender/collada/MeshImporter.h
index d0412985540..8b0f5cdc200 100644
--- a/source/blender/collada/MeshImporter.h
+++ b/source/blender/collada/MeshImporter.h
@@ -177,7 +177,7 @@ public:
// create a mesh storing a pointer in a map so it can be retrieved later by geometry UID
bool write_geometry(const COLLADAFW::Geometry* geom);
- std::string *MeshImporter::get_geometry_name(const std::string &mesh_name);
+ std::string *get_geometry_name(const std::string &mesh_name);
};
#endif