Skip to content
Snippets Groups Projects
Commit fefa8570 authored by Axel Naumann's avatar Axel Naumann
Browse files

TPadBase is not Internal::.

parent 6834ea96
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,6 @@ public: ...@@ -124,7 +124,6 @@ public:
return fFrame->UserToNormal(pos); return fFrame->UserToNormal(pos);
} }
}; };
} // namespace Internal
/** \class TPadDrawable /** \class TPadDrawable
...@@ -156,7 +155,7 @@ public: ...@@ -156,7 +155,7 @@ public:
Graphic container for `TDrawable`-s. Graphic container for `TDrawable`-s.
*/ */
class TPad: public Internal::TPadBase { class TPad: public TPadBase {
private: private:
/// Pad containing this pad as a sub-pad. /// Pad containing this pad as a sub-pad.
const TPadBase *fParent = nullptr; const TPadBase *fParent = nullptr;
......
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