diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/scope.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scope.hh b/src/scope.hh index dee1956a..a27d5fce 100644 --- a/src/scope.hh +++ b/src/scope.hh @@ -15,9 +15,9 @@ class Scope public: Scope(Scope& parent) : m_options(parent.options()), - m_hooks(parent.hooks()), - m_keymaps(parent.keymaps()), - m_aliases(parent.aliases()) {} + m_hooks(parent.hooks()), + m_keymaps(parent.keymaps()), + m_aliases(parent.aliases()) {} OptionManager& options() { return m_options; } const OptionManager& options() const { return m_options; } |
