diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-11-28 13:59:55 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-11-28 13:59:55 +0000 |
| commit | 2f3a7112eafe7bfa6ddd9c6b8a3e6d11a44ce49d (patch) | |
| tree | c3adad7f5e58664311e26f74b71b7a7ca96a66a0 /src/shell_manager.hh | |
| parent | 54d540021cd50dc78e58a127e4770dc7b26e161f (diff) | |
Add more memory domains to certain data
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 0d9a16a1..2f2608ef 100644 --- a/src/shell_manager.hh +++ b/src/shell_manager.hh @@ -44,7 +44,7 @@ public: private: struct EnvVarDesc { String str; bool prefix; EnvVarRetriever func; }; - Vector<EnvVarDesc> m_env_vars; + Vector<EnvVarDesc, MemoryDomain::EnvVars> m_env_vars; }; template<> struct WithBitOps<ShellManager::Flags> : std::true_type {}; |
