From 85e33f7d605e2feba2ba078dc025c7eb01e48854 Mon Sep 17 00:00:00 2001 From: Max Kellermann <max@musicpd.org> Date: Thu, 20 Feb 2020 16:45:47 +0100 Subject: [PATCH] lib/dbus/Udisks2: make `path` non-const to allow moving from it --- src/lib/dbus/UDisks2.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dbus/UDisks2.hxx b/src/lib/dbus/UDisks2.hxx index c374fc0c2..0ab54e34b 100644 --- a/src/lib/dbus/UDisks2.hxx +++ b/src/lib/dbus/UDisks2.hxx @@ -35,7 +35,7 @@ class ReadMessageIter; namespace UDisks2 { struct Object { - const std::string path; + std::string path; std::string drive_id, block_id;