Clean up merge

This commit is contained in:
Lawrence Lee
2022-12-03 17:49:26 -08:00
parent 9fcf45dca5
commit 4223f114cb
9 changed files with 43 additions and 44 deletions

View File

@@ -170,10 +170,10 @@ private:
std::vector<Glib::ustring> profileDir;
// these contain standard profiles from RT. keys are all in uppercase, file path is value
std::map<Glib::ustring, Glib::ustring> file_std_profiles;
std::map<std::string, Glib::ustring> file_std_profiles;
// Maps file name to profile as cache
mutable std::map<Glib::ustring, DCPProfile*> profile_cache;
mutable std::map<std::string, DCPProfile*> profile_cache;
};
}