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

fix the "inline" constructor for ServiceHandle

That was more or less a copy-paste error of a template function that
was never instantiated.
parent 25e7beb4
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ ServiceHandle<T> ::
ServiceHandle (T2 *parent, const std::string& propertyName,
const std::string& serviceName,
const std::string& propertyTitle)
: ServiceHandle (serviceName, parent)
: ServiceHandle (serviceName, parent->name())
{
parent->declareProperty (propertyName, *this, propertyTitle);
}
......
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