Basic stuff to count successful DCP encodes.
[dcpomatic.git] / src / tools / dcpomatic_create.cc
index 5c6fc3567f2f512953b24e8afa1ff8b893417279..4ae8aee05f1f10047ecb6e708743af5e163fd3fe 100644 (file)
@@ -210,7 +210,7 @@ main (int argc, char* argv[])
        }
 
        if (config) {
-               Config::override_path = *config;
+               State::override_path = *config;
        }
 
        if (!content_ratio) {