Commit 85e33f7d authored by Max Kellermann's avatar Max Kellermann

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

parent 7646866a
......@@ -35,7 +35,7 @@ class ReadMessageIter;
namespace UDisks2 {
struct Object {
const std::string path;
std::string path;
std::string drive_id, block_id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment