]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- removed const
authorArvin Schnell <aschnell@suse.de>
Mon, 4 Aug 2025 16:22:27 +0000 (18:22 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 4 Aug 2025 16:22:27 +0000 (18:22 +0200)
snapper/Snapshot.cc
snapper/Snapshot.h

index b5f7e6065e36cd95359089f3df4b90d879038fea..fbfbb1e6550669f21c423052957bf7d2150cdcb5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) [2011-2015] Novell, Inc.
- * Copyright (c) [2016-2023] SUSE LLC
+ * Copyright (c) [2016-2025] SUSE LLC
  *
  * All Rights Reserved.
  *
@@ -159,7 +159,7 @@ namespace snapper
 
 
     void
-    Snapshot::setDefault(Plugins::Report& report) const
+    Snapshot::setDefault(Plugins::Report& report)
     {
        snapper->getFilesystem()->setDefault(num, report);
     }
index bb401eb5d794257be022e9d0b7dd1924430cf27d..9f8c2e49659bb23bc21f1ffba4baadee9d9f9a22 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) [2011-2015] Novell, Inc.
- * Copyright (c) [2016-2023] SUSE LLC
+ * Copyright (c) [2016-2025] SUSE LLC
  *
  * All Rights Reserved.
  *
@@ -124,7 +124,7 @@ namespace snapper
        /**
         * Change default snapshot (will be activated on next boot time).
         */
-       void setDefault(Plugins::Report& report) const;
+       void setDefault(Plugins::Report& report);
 
        /**
         * Determine iff snapshot is active (activated on last boot time).