1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

fixed boost::optional load, regression from https://github.com/vcmi/vcmi/pull/212

This commit is contained in:
AlexVinS 2016-11-13 11:45:56 +03:00
parent 4338fc4ffb
commit 2aa8c79a2c

View File

@ -500,6 +500,7 @@ public:
{
T t;
load(t);
data = std::move(t);
}
else
{