mirror of
https://github.com/edubart/otclient.git
synced 2025-12-23 00:27:12 +01:00
fix leaks
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
UIElementSkin(const std::string& name, UI::EElementType elementType) :
|
||||
m_name(name),
|
||||
m_elementType(elementType) { }
|
||||
virtual ~UIElementSkin() { }
|
||||
|
||||
virtual void load(const YAML::Node& node);
|
||||
virtual void draw(UIElement *element);
|
||||
|
||||
Reference in New Issue
Block a user