Make sure that after_reading is called when loading a Symbol. This fixes #68

This commit is contained in:
Twan van Laarhoven
2020-06-14 22:21:52 +02:00
parent a7336d66e1
commit 0fc9480586
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -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();