mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Make sure that after_reading is called when loading a Symbol. This fixes #68
This commit is contained in:
@@ -293,7 +293,9 @@ public:
|
||||
|
||||
DECLARE_REFLECTION_OVERRIDE();
|
||||
void after_reading(Version) override;
|
||||
friend void after_reading(Symbol&, Version);
|
||||
};
|
||||
void after_reading(Symbol&, Version);
|
||||
|
||||
/// A default symbol: a square
|
||||
SymbolP default_symbol();
|
||||
|
||||
Reference in New Issue
Block a user