From: Arvin Schnell Date: Mon, 4 Aug 2025 16:22:27 +0000 (+0200) Subject: - removed const X-Git-Tag: v0.13.0~13^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48ccc1cee0fc8fa24405d830a08c9d434fe514e5;p=thirdparty%2Fsnapper.git - removed const --- diff --git a/snapper/Snapshot.cc b/snapper/Snapshot.cc index b5f7e606..fbfbb1e6 100644 --- a/snapper/Snapshot.cc +++ b/snapper/Snapshot.cc @@ -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); } diff --git a/snapper/Snapshot.h b/snapper/Snapshot.h index bb401eb5..9f8c2e49 100644 --- a/snapper/Snapshot.h +++ b/snapper/Snapshot.h @@ -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).