diff --git a/tests/TestOpenSimCreator/Documents/ModelWarper/TestModelWarperConfiguration.cpp b/tests/TestOpenSimCreator/Documents/ModelWarper/TestModelWarperConfiguration.cpp index c80b716af7..2e1e835db7 100644 --- a/tests/TestOpenSimCreator/Documents/ModelWarper/TestModelWarperConfiguration.cpp +++ b/tests/TestOpenSimCreator/Documents/ModelWarper/TestModelWarperConfiguration.cpp @@ -166,7 +166,7 @@ TEST(PairedPoints, EqualityIsValueBased) namespace { class TestablePairedPointSource final : public PairedPointSource { - OpenSim_DECLARE_CONCRETE_OBJECT(TestablePairedPointSource, PairedPointSource); + OpenSim_DECLARE_CONCRETE_OBJECT(TestablePairedPointSource, PairedPointSource) public: template requires std::convertible_to, ValidationCheckResult>