fix leaks

This commit is contained in:
Eduardo Bart
2011-04-09 22:13:12 -03:00
parent 9d1ddf34bf
commit 5de660a20e
7 changed files with 42 additions and 16 deletions

View File

@@ -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);