Commit e86d1df3 authored by Jonny007-MKD's avatar Jonny007-MKD
Browse files

Avoid implicit move operator

parent 8c849c58
......@@ -1199,6 +1199,7 @@ public:
const std::string& get() const { return value; }
private:
AdditionalMessage& operator=(AdditionalMessage&&);
std::string value;
};
......
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