API: Fix build

This commit is contained in:
Kim Kulling
2017-01-19 11:41:43 +01:00
parent ebd04041ab
commit 35b95ba710
2 changed files with 1 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ aiNode::aiNode()
// empty
}
aiNode::aiNode(const std::string& name)
: mName(name)
, mParent(NULL)