summaryrefslogtreecommitdiffstats
path: root/src/SourceWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/SourceWindow.hh')
-rw-r--r--src/SourceWindow.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SourceWindow.hh b/src/SourceWindow.hh
index 964d64f..315f8d9 100644
--- a/src/SourceWindow.hh
+++ b/src/SourceWindow.hh
@@ -27,6 +27,7 @@ public:
virtual void onCloseButton();
virtual void onParentSinkButton();
virtual void onToOwnerModuleButton();
+ virtual bool on_delete_event(GdkEventAny* e);
};
#endif