diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-10 20:35:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-10 20:35:06 +0200 |
| commit | 9fcb89c1efc0cd53fdfca6eb8fda79e9d2758225 (patch) | |
| tree | b992e1c28d9248ac1f65639d5d967d9f4736c1f1 | |
| parent | f12c261d58d78b9da1ef1a4757a93b63a309002a (diff) | |
Cleanup: remove unnecessary namespace.
| -rw-r--r-- | src/lib/create_cli.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc index 3a0c33617..fb52f16b1 100644 --- a/src/lib/create_cli.cc +++ b/src/lib/create_cli.cc @@ -137,7 +137,7 @@ CreateCLI::CreateCLI (int argc, char* argv[]) optional<dcp::Channel> channel; optional<float> gain; optional<boost::filesystem::path> kdm; - optional<std::string> cpl; + optional<string> cpl; int i = 1; while (i < argc) { |
