aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/rust-gcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/rust-gcc.h')
-rw-r--r--gcc/rust/rust-gcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/rust-gcc.h b/gcc/rust/rust-gcc.h
index 3f8ba03..9799ad2 100644
--- a/gcc/rust/rust-gcc.h
+++ b/gcc/rust/rust-gcc.h
@@ -44,7 +44,7 @@ public:
Bvariable (tree t, tree orig_type) : t_ (t), orig_type_ (orig_type) {}
// Get the tree for use as an expression.
- tree get_tree (Location) const;
+ tree get_tree (location_t) const;
// Get the actual decl;
tree get_decl () const { return this->t_; }