Fixed a line that did not compile on VS2013
parent
2538870e01
commit
f26913dfd1
|
@ -42,7 +42,7 @@ namespace tgui
|
|||
RendererData() = default;
|
||||
|
||||
RendererData(std::map<std::string, ObjectConverter> init) :
|
||||
propertyValuePairs{init}
|
||||
propertyValuePairs(init)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue