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

added typedef

parent 88d7c53c
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,13 @@
#include "Targets/JointTargetBase.h"
#include <memory>
namespace armarx
{
class LVL0ControllerBase;
typedef std::shared_ptr<LVL0ControllerBase> LVL0ControllerBasePtr;
class LVL0ControllerBase
{
public:
......
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