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:
parent
4338fc4ffb
commit
2aa8c79a2c
@ -500,6 +500,7 @@ public:
|
||||
{
|
||||
T t;
|
||||
load(t);
|
||||
data = std::move(t);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user