Added mouse click functions to image button
Added destructor for images Deleting listener now on exit
This commit is contained in:
@@ -5,7 +5,7 @@ class Instance
|
||||
{
|
||||
public:
|
||||
Instance(void);
|
||||
~Instance(void);
|
||||
virtual ~Instance(void);
|
||||
std::string name;
|
||||
Instance* parent; // Another pointer.
|
||||
std::string className;
|
||||
|
||||
Reference in New Issue
Block a user