From 0bc7dd4da7c3f40ca8c61dcb383f916910babe5c Mon Sep 17 00:00:00 2001
From: Mirko Waechter <mirko.waechter@kit.edu>
Date: Thu, 20 Aug 2015 00:55:51 +0200
Subject: [PATCH] fixed DMPComponentApp

---
 source/RobotComponents/applications/DMPComponent/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/RobotComponents/applications/DMPComponent/main.cpp b/source/RobotComponents/applications/DMPComponent/main.cpp
index 0a311508..6cf1aba6 100644
--- a/source/RobotComponents/applications/DMPComponent/main.cpp
+++ b/source/RobotComponents/applications/DMPComponent/main.cpp
@@ -24,7 +24,7 @@
 
 int main(int argc, char* argv[])
 {
-    armarx::ApplicationPtr app = armarx::Application::createInstance<armar3::applications::DMPComponentApp>();
+    armarx::ApplicationPtr app = armarx::Application::createInstance<armarx::applications::DMPComponentApp>();
     app->setName("DMPCompnonent");
 
     return app->main(argc, argv);
-- 
GitLab