Skip to content
Snippets Groups Projects
Commit 82fa41c0 authored by Nils Krumnack's avatar Nils Krumnack
Browse files

fix compiler warning

parent be54009b
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ WriteHandleKey<T>::WriteHandleKey( OWNER* owner,
std::string doc /*= ""*/)
: WriteHandleKey<T> (key)
{
auto p = owner->declareProperty(std::move(name), *this, std::move(doc));
owner->declareProperty(std::move(name), *this, std::move(doc));
}
......
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