mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Fix null dereference when stylesheets are missing, added an error message
This commit is contained in:
@@ -196,6 +196,8 @@ template <typename T>
|
||||
inline void after_reading(intrusive_ptr<T>& x, Version ver) {
|
||||
after_reading(*x, ver);
|
||||
}
|
||||
inline void after_reading(GameP&, Version) {}
|
||||
inline void after_reading(StyleSheetP&, Version) {}
|
||||
|
||||
// ----------------------------------------------------------------------------- : Container types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user