diff options
author | John Hodge <tpg@mutabah.net> | 2016-01-30 15:58:42 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-01-30 15:58:42 +0800 |
commit | 5481c481d9120732f447fc108a1cf86659fda579 (patch) | |
tree | cd7440e1d84efc1dd8398f5f305abfb0955b4045 /src/ast/path.cpp | |
parent | e3cf598517bf45317df0891462d71fa0b20dd1b9 (diff) | |
download | mrust-5481c481d9120732f447fc108a1cf86659fda579.tar.gz |
Rename TypeParams to GenericParams
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r-- | src/ast/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/path.cpp b/src/ast/path.cpp index 516cebbc..df5109c9 100644 --- a/src/ast/path.cpp +++ b/src/ast/path.cpp @@ -136,7 +136,7 @@ AST::Path::Path(const Path& x): } /* -void Path::check_param_counts(const TypeParams& params, bool expect_params, PathNode& node) +void Path::check_param_counts(const GenericParams& params, bool expect_params, PathNode& node) { if( !expect_params ) { |