diff options
author | 2016-02-27 10:30:02 +0100 | |
---|---|---|
committer | 2016-02-27 10:30:02 +0100 | |
commit | 017c78d0fa9aca86cf6a3aa55f46e0449665e987 (patch) | |
tree | 9c235d8c282081c86f60cdf0fe44e4d124e47083 /src/lib/util/options.h | |
parent | 468f7cb8adc025171f8414b1637a419545ac0722 (diff) | |
parent | 38874df019913aae707b1b3cdae778d2f549c4aa (diff) |
Finally fix merge issues with German strings.po
Diffstat (limited to 'src/lib/util/options.h')
-rw-r--r-- | src/lib/util/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/options.h b/src/lib/util/options.h index 5edf64a9fcd..cf58bc67222 100644 --- a/src/lib/util/options.h +++ b/src/lib/util/options.h @@ -112,7 +112,7 @@ public: std::string m_defdata; // default data for this item std::string m_minimum; // minimum value std::string m_maximum; // maximum value - bool m_changed; // changed flag + bool m_changed; // changed flag }; // construction/destruction |