Cleanup: remove unnecessary namespace.
authorCarl Hetherington <cth@carlh.net>
Tue, 10 Oct 2023 18:35:06 +0000 (20:35 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 10 Oct 2023 18:35:06 +0000 (20:35 +0200)
src/lib/create_cli.cc

index 3a0c3361771a9b44fc739c9bd47b1bd0691567db..fb52f16b113d5ff9c3d6c120ad3ad6aefd38d86b 100644 (file)
@@ -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) {