Use util::hstring in util::resource_container
This commit is contained in:
parent
ab99236adc
commit
aa8f2faf75
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <psemek/util/hash.hpp>
|
#include <psemek/util/hstring.hpp>
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
@ -82,7 +82,7 @@ namespace psemek::util
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::vector<object> objects_;
|
std::vector<object> objects_;
|
||||||
std::unordered_map<std::string, Index, any_hash, std::equal_to<>> name_map_;
|
std::unordered_map<util::hstring, Index> name_map_;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue