aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/ast/rust-type.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/ast/rust-type.h')
-rw-r--r--gcc/rust/ast/rust-type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/ast/rust-type.h b/gcc/rust/ast/rust-type.h
index 23572a2..410d648 100644
--- a/gcc/rust/ast/rust-type.h
+++ b/gcc/rust/ast/rust-type.h
@@ -52,7 +52,7 @@ public:
bool opening_question_mark = false,
std::vector<LifetimeParam> for_lifetimes
= std::vector<LifetimeParam> ())
- : TypeParamBound (Analysis::Mappings::get ()->get_next_node_id ()),
+ : TypeParamBound (Analysis::Mappings::get ().get_next_node_id ()),
in_parens (in_parens), opening_question_mark (opening_question_mark),
for_lifetimes (std::move (for_lifetimes)),
type_path (std::move (type_path)), locus (locus)