Skip to content
Snippets Groups Projects
Commit c294dc4f authored by René Fritze's avatar René Fritze
Browse files

[common] fix debug crtpinterface copy assign

parent 685618d1
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,7 @@ protected: ...@@ -97,6 +97,7 @@ protected:
} }
CRTPInterface& operator=(const CRTPInterface&) CRTPInterface& operator=(const CRTPInterface&)
{ {
return *this;
} }
mutable std::recursive_mutex crtp_mutex_; mutable std::recursive_mutex crtp_mutex_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment