X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=main.cpp;h=98d0948de80f9acd835ee5dbea56e8290b15acda;hp=ef75277eb5899285b0fe994b07c0c03f6da030b1;hb=b757a4a2ce9d24835b52a185134835762af2f50c;hpb=1c4ef2d6d366e5539b98b408d797657ca8a17bc0 diff --git a/main.cpp b/main.cpp index ef75277..98d0948 100644 --- a/main.cpp +++ b/main.cpp @@ -248,7 +248,7 @@ void open_logs(const vector &log_destinations) start_logging(); } -bool dry_run_config(const std::string &argv0, const std::string &config_filename) +bool dry_run_config(const string &argv0, const string &config_filename) { char *argv0_copy = strdup(argv0.c_str()); char *config_filename_copy = strdup(config_filename.c_str());