mirror of
https://github.com/vcmi/vcmi.git
synced 2025-05-13 22:06:58 +02:00
fixed boost::optional load, regression from https://github.com/vcmi/vcmi/pull/212
This commit is contained in:
parent
4338fc4ffb
commit
2aa8c79a2c
@ -500,6 +500,7 @@ public:
|
|||||||
{
|
{
|
||||||
T t;
|
T t;
|
||||||
load(t);
|
load(t);
|
||||||
|
data = std::move(t);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user