fix: remove extra qualification in header

This commit is contained in:
Gaia Clary 2013-02-13 08:53:05 +00:00
parent 708b01e177
commit 6f4ce31320

@ -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