Skip to content
Snippets Groups Projects
Commit ba3a304a authored by vahrenkamp's avatar vahrenkamp
Browse files

Fixing missing constructor.

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@165 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 4fbf06f6
No related branches found
No related tags found
No related merge requests found
......@@ -243,6 +243,8 @@ public:
SceneObjectPtr clone( const std::string &name, CollisionCheckerPtr colChecker );
protected:
SceneObject(){};
///////////////////////// SETUP ////////////////////////////////////
std::string name;
bool initialized; //< Invalid object when false
......
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