Skip to content

Commit f4255aa

Browse files
committed
Fix compilation
1 parent 770d631 commit f4255aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CommonLib/EntityClass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ namespace tsom
7878
std::size_t propertyIndex = it->second;
7979
const auto& propertyData = m_properties[propertyIndex];
8080

81-
auto Deserialize = [&, propertyName = propertyName](auto dummyType)
81+
auto Deserialize = [&, &propertyName = propertyName, &propertyValue = propertyValue](auto dummyType)
8282
{
8383
using T = std::decay_t<decltype(dummyType)>;
8484

0 commit comments

Comments
 (0)