diff options
Diffstat (limited to 'src/lib/create_cli.h')
| -rw-r--r-- | src/lib/create_cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::string> error; std::vector<Content> content; - std::shared_ptr<Film> make_film() const; + std::shared_ptr<Film> make_film(std::function<void (std::string)> error) const; private: friend struct ::create_cli_test; |
