diff --git a/include/manif/impl/bundle/Bundle.h b/include/manif/impl/bundle/Bundle.h index 7edf35f2..a7c4ae22 100644 --- a/include/manif/impl/bundle/Bundle.h +++ b/include/manif/impl/bundle/Bundle.h @@ -121,14 +121,14 @@ struct Bundle : BundleBase> Bundle() = default; ~Bundle() = default; - MANIF_COPY_CONSTRUCTOR(Bundle); - MANIF_MOVE_CONSTRUCTOR(Bundle); + MANIF_COPY_CONSTRUCTOR(Bundle) + MANIF_MOVE_CONSTRUCTOR(Bundle) // Copy constructor template Bundle(const LieGroupBase<_DerivedOther> & o); - MANIF_GROUP_ASSIGN_OP(Bundle); + MANIF_GROUP_ASSIGN_OP(Bundle) // LieGroup common API