diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-05-09 19:20:11 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-05-09 19:20:11 +0100 |
| commit | e21d9feb05a75b0a798e4071c47d0872e10d16b0 (patch) | |
| tree | f96d1f7dcb02027b2dc7287d3a2e8b222abe9249 /src | |
| parent | 588fd1d1174033dee12279673c0b2b10ab0f7767 (diff) | |
Style tweak
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.cc b/src/commands.cc index 4db9048f..65328f01 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -1147,6 +1147,7 @@ struct DisableOption { ~DisableOption() { m_option.set(m_prev_value); } +private: Option& m_option; T m_prev_value; }; |
