]> git.stg.codes - stg.git/commitdiff
Ticket 26. The SETTINGS_IMPL & operator() declaration added.
authorElena Mamontova <helenh463@gmail.com>
Tue, 9 Feb 2016 16:04:26 +0000 (18:04 +0200)
committerElena Mamontova <helenh463@gmail.com>
Tue, 9 Feb 2016 16:04:26 +0000 (18:04 +0200)
projects/stargazer/settings_impl.h

index 690137643bbe272e3e9089f51c22f5f0802c3ebc..246ae031515338faf34d4a08c8f03d9b8d17b688 100644 (file)
@@ -61,6 +61,8 @@ public:
     SETTINGS_IMPL(const std::string &);
     SETTINGS_IMPL(const SETTINGS_IMPL &);
     virtual ~SETTINGS_IMPL() {}
+    SETTINGS_IMPL & operator=(const SETTINGS_IMPL &);
+
     int Reload() { return ReadSettings(); }
     int ReadSettings();