Fixed a line that did not compile on VS2013

0.8
Bruno Van de Velde 2017-01-18 01:23:30 +01:00
parent 2538870e01
commit f26913dfd1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ namespace tgui
RendererData() = default;
RendererData(std::map<std::string, ObjectConverter> init) :
propertyValuePairs{init}
propertyValuePairs(init)
{
}