Properly mark Parent class of DebugDrawer for Console hierarchy

This commit is contained in:
Lukas 2019-10-15 22:33:51 +02:00 committed by Lukas Aldershaab
parent 90d460d9a4
commit 47411e2d3a

View file

@ -93,6 +93,7 @@ class GFont;
/// ///
class DebugDrawer : public SimObject class DebugDrawer : public SimObject
{ {
typedef SimObject Parent;
public: public:
DECLARE_CONOBJECT(DebugDrawer); DECLARE_CONOBJECT(DebugDrawer);
@ -162,8 +163,6 @@ public:
/// @} /// @}
private: private:
typedef SimObject Parent;
static DebugDrawer* sgDebugDrawer; static DebugDrawer* sgDebugDrawer;
struct DebugPrim struct DebugPrim