diff --git a/src/SceneGraph/Object.h b/src/SceneGraph/Object.h index b8e6d7db8..f83d06aee 100644 --- a/src/SceneGraph/Object.h +++ b/src/SceneGraph/Object.h @@ -256,7 +256,11 @@ template class Object: public AbstractObject transformations(std::vector*> objects, const typename Transformation::DataType& initialTransformation = typename Transformation::DataType()) const; + #else + std::vector transformations(std::vector*> objects, const typename Transformation::DataType& initialTransformation = Transformation::DataType()) const; + #endif /*@}*/