summaryrefslogtreecommitdiff
path: root/plugingui/powerwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/powerwidget.h')
-rw-r--r--plugingui/powerwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/powerwidget.h b/plugingui/powerwidget.h
index b724e8c..562383b 100644
--- a/plugingui/powerwidget.h
+++ b/plugingui/powerwidget.h
@@ -90,6 +90,8 @@ private:
Canvas canvas;
GUI::Label shelf_label{this};
GUI::CheckBox shelf_checkbox{this};
+ GUI::Label input_label{this};
+ GUI::Label output_label{this};
Settings& settings;
};