Skip to content
Snippets Groups Projects
Commit 1bde99bf authored by Fabian Reister's avatar Fabian Reister
Browse files

minor fix

parent 996e3f7b
No related branches found
No related tags found
No related merge requests found
......@@ -32,14 +32,10 @@
namespace armarx
{
ObjectPoseProviderExamplePropertyDefinitions::ObjectPoseProviderExamplePropertyDefinitions(std::string prefix) :
armarx::ComponentPropertyDefinitions(prefix)
{
}
armarx::PropertyDefinitionsPtr ObjectPoseProviderExample::createPropertyDefinitions()
{
armarx::PropertyDefinitionsPtr defs = new ObjectPoseProviderExamplePropertyDefinitions(getConfigIdentifier());
armarx::PropertyDefinitionsPtr defs = new ComponentPropertyDefinitions(getConfigIdentifier());
defs->topic(debugObserver);
......
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