/*
* Copyright (c) [2011-2015] Novell, Inc.
- * Copyright (c) [2016-2023] SUSE LLC
+ * Copyright (c) [2016-2025] SUSE LLC
*
* All Rights Reserved.
*
void
- Snapshot::setDefault(Plugins::Report& report) const
+ Snapshot::setDefault(Plugins::Report& report)
{
snapper->getFilesystem()->setDefault(num, report);
}
/*
* Copyright (c) [2011-2015] Novell, Inc.
- * Copyright (c) [2016-2023] SUSE LLC
+ * Copyright (c) [2016-2025] SUSE LLC
*
* All Rights Reserved.
*
/**
* 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).