Style tweak

This commit is contained in:
Maxime Coste 2015-05-09 19:20:11 +01:00
parent 588fd1d117
commit e21d9feb05

View File

@ -1147,6 +1147,7 @@ struct DisableOption {
~DisableOption() { m_option.set(m_prev_value); }
private:
Option& m_option;
T m_prev_value;
};