diff options
author | John Hodge <tpg@mutabah.net> | 2016-04-30 22:46:29 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-04-30 22:46:29 +0800 |
commit | d296771ea7229a62ee26e818aea483456bc64187 (patch) | |
tree | 268bd4d3aff80d21fdf93c30ceba9c3f7ba4b73c /src/types.hpp | |
parent | 756abd3f2fd768e73a014e190c7a446a3f5aa44c (diff) | |
download | mrust-d296771ea7229a62ee26e818aea483456bc64187.tar.gz |
Resolve - Fleshing out absolute
Diffstat (limited to 'src/types.hpp')
-rw-r--r-- | src/types.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.hpp b/src/types.hpp index ba20aa26..2c59e8b6 100644 --- a/src/types.hpp +++ b/src/types.hpp @@ -68,7 +68,7 @@ TAGGED_UNION(TypeData, None, enum eCoreType core_type;
}),
(Function, struct {
- Type_Function info;
+ Type_Function info;
}),
(Tuple, struct {
::std::vector<TypeRef> inner_types;
|