diff options
author | John Hodge <tpg@mutabah.net> | 2016-03-07 17:12:27 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-03-07 17:12:27 +0800 |
commit | 8c53ebf221d750a19b0f860584f069b8c3b1733e (patch) | |
tree | 544de7b9c384017b012f892e94061672b6320a5c /src/ast/generics.hpp | |
parent | 30edd863f98df929326f2706c9a2ed32730a225b (diff) | |
download | mrust-8c53ebf221d750a19b0f860584f069b8c3b1733e.tar.gz |
AST - Correctly move item attributes
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(); |