summaryrefslogtreecommitdiffstats
path: root/src/SourceOutputWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/SourceOutputWindow.hh')
-rw-r--r--src/SourceOutputWindow.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/SourceOutputWindow.hh b/src/SourceOutputWindow.hh
index 81ec128..5fc4e8c 100644
--- a/src/SourceOutputWindow.hh
+++ b/src/SourceOutputWindow.hh
@@ -18,12 +18,14 @@ public:
*sampleTypeLabel,
*sourceLabel,
*clientLabel,
- *ownerModuleLabel;
+ *ownerModuleLabel,
+ *latencyLabel;
Gtk::Button *closeButton,
*toOwnerModuleButton,
*toClientButton,
- *toSourceButton;
+ *toSourceButton,
+ *killButton;
uint32_t owner_module, source, client;