Commit ecb2cf5f by Maarten L. Hekkelman

Fix for compiling with gcc 11.2

parent 7f27da9b
...@@ -1169,11 +1169,11 @@ struct Empty ...@@ -1169,11 +1169,11 @@ struct Empty
struct Key struct Key
{ {
Key(const std::string &itemTag) explicit Key(const std::string &itemTag)
: mItemTag(itemTag) : mItemTag(itemTag)
{ {
} }
Key(const char *itemTag) explicit Key(const char *itemTag)
: mItemTag(itemTag) : mItemTag(itemTag)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment