diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-25 22:58:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-25 22:58:15 +0000 |
| commit | fed8744100ee8e58c09b0394d05ac908f2c4e15f (patch) | |
| tree | e2e95f04adeb38ff11c871724056d82531f5bb13 /src/lib/config.h | |
| parent | be4a3a2bf0ed227f57fbe0e5efc4d47eff43216a (diff) | |
Improve language setup.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index ee46166e6..011ca716f 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -165,6 +165,10 @@ public: void set_language (std::string l) { _language = l; } + + void unset_language () { + _language = boost::none; + } void write () const; |
