summaryrefslogtreecommitdiffstats
path: root/src/SampleWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/SampleWindow.hh')
-rw-r--r--src/SampleWindow.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SampleWindow.hh b/src/SampleWindow.hh
index a7c99dd..71c9930 100644
--- a/src/SampleWindow.hh
+++ b/src/SampleWindow.hh
@@ -25,6 +25,7 @@ public:
void updateInfo(const SampleInfo &i);
virtual void onCloseButton();
+ virtual bool on_delete_event(GdkEventAny* e);
};
#endif