Tidying.
[dcpomatic.git] / src / lib / state.cc
index e22f9e0b98bd71d37f4e6947d1563b1b6afd01c2..b4d4571586347754e6ec0cc94d386328c07fb84b 100644 (file)
@@ -79,7 +79,7 @@ State::read_path (string file)
 boost::filesystem::path
 State::write_path (string file)
 {
-       boost::filesystem::path p = config_path_or_override(config_versions.front());
+       auto p = config_path_or_override(config_versions.front());
        boost::system::error_code ec;
        boost::filesystem::create_directories (p, ec);
        p /= file;