Updated it_IT translation from Massimiliano
[dcpomatic.git] / src / lib / config.h
index 0e9c4a60aed4ade7c699b949823625ddedf7bdfa..011ca716faef1839a1227daaa14bd74ad50cab7b 100644 (file)
@@ -165,10 +165,15 @@ public:
        void set_language (std::string l) {
                _language = l;
        }
+
+       void unset_language () {
+               _language = boost::none;
+       }
        
        void write () const;
 
        static Config* instance ();
+       static void drop ();
 
 private:
        Config ();