lib/dbus/Udisks2: make path non-const to allow moving from it

This commit is contained in:
Max Kellermann 2020-02-20 16:45:47 +01:00
parent 7646866a32
commit 85e33f7d60

View File

@ -35,7 +35,7 @@ class ReadMessageIter;
namespace UDisks2 {
struct Object {
const std::string path;
std::string path;
std::string drive_id, block_id;