Skip to content
Snippets Groups Projects
Commit 534741d1 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

utils: Add missing return

parent 0dc92cb3
No related branches found
No related tags found
No related merge requests found
......@@ -356,6 +356,7 @@ struct Embeded
{
release();
copyAndRetain( e.v );
return *this;
}
Embeded( Embeded&& e ) noexcept
......
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