diff options
Diffstat (limited to 'src/ast/generics.hpp')
-rw-r--r-- | src/ast/generics.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast/generics.hpp b/src/ast/generics.hpp index c766fea6..ad205a21 100644 --- a/src/ast/generics.hpp +++ b/src/ast/generics.hpp @@ -64,6 +64,8 @@ TAGGED_UNION_EX( GenericBound, (: public Serialisable), Lifetime, TypeRef replacement; )) ), + + (), (), ( public: SERIALISABLE_PROTOTYPES(); |