diff --git a/src/test_module.cpp b/src/test_module.cpp index 9ac98ee..7b6ff75 100644 --- a/src/test_module.cpp +++ b/src/test_module.cpp @@ -56,7 +56,7 @@ std::shared_ptr derived_type_factory() std::shared_ptr more_derived_type_factory() { - return std::make_shared(); + return std::make_shared(); } std::shared_ptr null_factory()