summaryrefslogtreecommitdiffstats
path: root/SourceWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'SourceWindow.hh')
-rw-r--r--SourceWindow.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/SourceWindow.hh b/SourceWindow.hh
index 71e33e0..964d64f 100644
--- a/SourceWindow.hh
+++ b/SourceWindow.hh
@@ -17,14 +17,16 @@ public:
*monitorOfSinkLabel;
Gtk::Button *closeButton,
- *toParentSinkButton;
+ *toParentSinkButton,
+ *toOwnerModuleButton;
- uint32_t monitor_of_sink;
+ uint32_t monitor_of_sink, owner_module;
void updateInfo(const SourceInfo &i);
virtual void onCloseButton();
virtual void onParentSinkButton();
+ virtual void onToOwnerModuleButton();
};
#endif