We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3aae1b commit cf48ec5Copy full SHA for cf48ec5
UI/BaseElement.mqh
@@ -55,7 +55,6 @@ protected:
55
}
56
57
public:
58
- ~BaseElement();
59
ENUM_OBJECT getUnderlyingObjectType() const {return(ENUM_OBJECT)getInteger(OBJPROP_TYPE);}
60
datetime getCreateTime() const {return(datetime)getInteger(OBJPROP_CREATETIME);}
61
@@ -82,9 +81,4 @@ public:
82
81
virtual int getWidth() const {return 0;}
83
virtual int getHeight() const {return 0;}
84
};
85
-//+------------------------------------------------------------------+
86
-
87
-BaseElement::~BaseElement()
88
-{
89
- delete m_root;
90
-}
+//+------------------------------------------------------------------+
0 commit comments