diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-01-12 13:58:41 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-01-12 13:58:41 +0000 |
| commit | da562e03a0126adf60d84682f5892b1f610a6ba5 (patch) | |
| tree | e938413b8f25f70562f93c60e7afe95ee82c473c /src/shell_manager.hh | |
| parent | 83d0813b0ffc8f329a214b533467c761d734e0c1 (diff) | |
replace all std::vector with Vector
Diffstat (limited to 'src/shell_manager.hh')
| -rw-r--r-- | src/shell_manager.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell_manager.hh b/src/shell_manager.hh index cf079b24..6206b90c 100644 --- a/src/shell_manager.hh +++ b/src/shell_manager.hh @@ -35,7 +35,7 @@ public: String get_val(StringView name, const Context& context) const; private: - std::vector<std::pair<Regex, EnvVarRetriever>> m_env_vars; + Vector<std::pair<Regex, EnvVarRetriever>> m_env_vars; }; } |
