diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-12-20 18:40:17 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-12-20 18:40:17 +0000 |
| commit | 5b94b7315223bb30709700f886c8de9771f5657a (patch) | |
| tree | 2258fc8939bc26c97addd1a8396f184692151ceb /src/client.hh | |
| parent | 116ea7364ab70703cea4a6fc2ce34c42b99fc13e (diff) | |
Small code tweak
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.hh b/src/client.hh index 42e5dd9f..6beb61f4 100644 --- a/src/client.hh +++ b/src/client.hh @@ -50,7 +50,7 @@ public: void change_buffer(Buffer& buffer); - const String& get_env_var(const String& name) const; + StringView get_env_var(const String& name) const; private: void on_option_changed(const Option& option) override; |
