summaryrefslogtreecommitdiffstats
path: root/src/SourceOutputWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/SourceOutputWindow.hh')
-rw-r--r--src/SourceOutputWindow.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SourceOutputWindow.hh b/src/SourceOutputWindow.hh
index 5fc4e8c..c474f72 100644
--- a/src/SourceOutputWindow.hh
+++ b/src/SourceOutputWindow.hh
@@ -27,7 +27,7 @@ public:
*toSourceButton,
*killButton;
- uint32_t owner_module, source, client;
+ uint32_t owner_module, source, client, index;
void updateInfo(const SourceOutputInfo &i);
@@ -36,6 +36,7 @@ public:
virtual void onToClientButton();
virtual void onToSourceButton();
virtual bool on_delete_event(GdkEventAny* e);
+ virtual void onKillButton();
};
#endif