summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/UIInterfaces/XMLConsoleWidget.h')
-rw-r--r--Swift/Controllers/UIInterfaces/XMLConsoleWidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/Controllers/UIInterfaces/XMLConsoleWidget.h b/Swift/Controllers/UIInterfaces/XMLConsoleWidget.h
index efde1a2..9098fbc 100644
--- a/Swift/Controllers/UIInterfaces/XMLConsoleWidget.h
+++ b/Swift/Controllers/UIInterfaces/XMLConsoleWidget.h
@@ -3,6 +3,8 @@
namespace Swift {
class XMLConsoleWidget {
public:
+ virtual ~XMLConsoleWidget();
+
virtual void show() = 0;
};
}