diff --git a/bullet-featherstone/src/FreeGroupFeatures.cc b/bullet-featherstone/src/FreeGroupFeatures.cc index 2e29bd668..852136f82 100644 --- a/bullet-featherstone/src/FreeGroupFeatures.cc +++ b/bullet-featherstone/src/FreeGroupFeatures.cc @@ -107,7 +107,7 @@ Identity FreeGroupFeatures::FindFreeGroupForLink( { // Free groups in bullet-featherstone are currently represented by ModelInfo const auto *link = this->ReferenceInterface(_linkID); - return FindFreeGroupForModel(link->model) + return this->FindFreeGroupForModel(link->model); } /////////////////////////////////////////////////