diff options
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; }; } |
