mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 13:08:49 -05:00
Convert std::bad_any_cast back to ghoul::bad_any_cast
This commit is contained in:
@@ -226,7 +226,7 @@ void TemplateProperty<T>::set(ghoul::any value) {
|
||||
notifyListener();
|
||||
}
|
||||
}
|
||||
catch (std::bad_any_cast&) {
|
||||
catch (ghoul::bad_any_cast&) {
|
||||
LERRORC("TemplateProperty", "Illegal cast from '" << value.type().name()
|
||||
<< "' to '" << typeid(T).name() << "'");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user