Tweak code for older GCC
This commit is contained in:
parent
57339486d9
commit
114ddcff52
@ -27,7 +27,7 @@ namespace compositor {
|
|||||||
* represented in the property tree. Useful for OSG or OpenGL enums.
|
* represented in the property tree. Useful for OSG or OpenGL enums.
|
||||||
*/
|
*/
|
||||||
template<class T>
|
template<class T>
|
||||||
using PropStringMap = const std::unordered_map<std::string, T>;
|
using PropStringMap = std::unordered_map<std::string, T>;
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
bool findPropString(const std::string &str,
|
bool findPropString(const std::string &str,
|
||||||
|
Loading…
Reference in New Issue
Block a user