diff options
Diffstat (limited to 'gcc/rust/rust-session-manager.h')
-rw-r--r-- | gcc/rust/rust-session-manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/rust-session-manager.h b/gcc/rust/rust-session-manager.h index ea0523b..99d1628 100644 --- a/gcc/rust/rust-session-manager.h +++ b/gcc/rust/rust-session-manager.h @@ -288,7 +288,7 @@ private: void expansion (AST::Crate &crate); // handle cfg_option - bool handle_cfg_option (const std::string &data); + bool handle_cfg_option (std::string &data); }; } // namespace Rust |