Skip to content
Snippets Groups Projects
Commit e158d28f authored by Simon Ottenhaus's avatar Simon Ottenhaus
Browse files

fixed compile errors

parent 1280234b
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
int main(int argc, char* argv[])
{
armarx::ApplicationPtr app = armarx::Application::createInstance<armar3::applications::AStarPathPlannerApp>();
armarx::ApplicationPtr app = armarx::Application::createInstance<armarx::applications::AStarPathPlannerApp>();
app->setName("AStarPathPlanner");
return app->main(argc, argv);
......
......@@ -40,7 +40,7 @@ namespace armarx
int main(int argc, char* argv[])
{
armarx::ApplicationPtr app = armarx::Application::createInstance<armar3::applications::AStarPathPlannerTestApp>();
armarx::ApplicationPtr app = armarx::Application::createInstance<armarx::applications::AStarPathPlannerTestApp>();
app->setName("AStarPathPlannerTestApp");
return app->main(argc, argv);
......
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