Skip to content
Snippets Groups Projects
Commit ff0936aa authored by David Schiebener's avatar David Schiebener
Browse files

changed Vector3 to Vector3Base in factory

parent d7cb89d9
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ namespace armarx
public:
virtual Ice::ObjectPtr create(const std::string& type)
{
assert(type == armarx::Vector3::ice_staticId());
assert(type == armarx::Vector3Base::ice_staticId());
return new Vector3();
}
virtual void destroy()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment