From 7c9fdd71ebe24ea926d90fc70ad8afa24719e6e0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Mar 2025 17:07:26 +0100 Subject: Move most of the create CLI into create_cli.cc to make it more testable. --- src/lib/create_cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/create_cli.h') diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index 18115b4ca..0c4d97b6c 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -55,7 +55,7 @@ public: boost::optional error; std::vector content; - std::shared_ptr make_film() const; + std::shared_ptr make_film(std::function error) const; private: friend struct ::create_cli_test; -- cgit v1.2.3