]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- added const 540/head
authorArvin Schnell <aschnell@suse.de>
Thu, 18 Jun 2020 09:47:32 +0000 (11:47 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 18 Jun 2020 09:47:32 +0000 (11:47 +0200)
client/GlobalOptions.h

index 86177946f600944327f1ef4da6d14bf64c07b4bf..088c28c7850783319efd2125296b340fd6eec6e1 100644 (file)
@@ -59,7 +59,7 @@ namespace snapper
            string separator() const { return _separator; }
            string config() const { return _config; }
            string root() const { return _root; }
-           Ambit ambit() { return _ambit; }
+           Ambit ambit() const { return _ambit; }
 
            void set_ambit(Ambit ambit) { _ambit = ambit; }