Skip to content
Snippets Groups Projects
Commit 9245ed75 authored by Edward Brown's avatar Edward Brown
Browse files

Re #22048: Applied fixes to Framework/ScriptRepository.

parent 455f252c
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ class SCRIPT_DLL_EXPORT ScriptRepositoryImpl : public ScriptRepository {
auto_update(false), author(""), status(BOTH_UNCHANGED){};
};
typedef std::map<std::string, RepositoryEntry> Repository;
using Repository = std::map<std::string, RepositoryEntry>;
Repository repo;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment