fixed crash

This commit is contained in:
Johannes Pohl 2016-11-25 15:33:44 +01:00
parent 712dbe9937
commit 8d35f39939

View file

@ -66,6 +66,8 @@ protected:
{
try
{
if (!msg.count(what))
return def;
return msg[what].get<T>();
}
catch(...)