]> git.stg.codes - ssmd.git/blobdiff - include/settings.h
Fix build on osx.
[ssmd.git] / include / settings.h
index 041453a9a3bb1cd86b2d7a21d839fc5185a40667..6a7dfec8ee85d28df05d47731bd8746f69a51399 100644 (file)
@@ -18,7 +18,7 @@ class Settings {
         Settings(const Settings & rvalue);
         ~Settings();
 
-        const Settings & operator=(const Settings & rvalue);
+        Settings & operator=(const Settings & rvalue);
         
         // Accessors
         bool isHelp() const throw() { return _isHelp; }