summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index e453b68..19b2e9f 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -38,6 +38,7 @@
#include <gtkmm/viewport.h>
#include <gtkmm/window.h>
+#include "Connector.hpp"
#include "ILog.hpp"
#include "Legend.hpp"
#include "TextViewLog.hpp"
@@ -210,6 +211,7 @@ protected:
Widget<Gtk::TextView> _status_text;
Legend* _legend;
TextViewLog _log;
+ Connector _connector;
Glib::RefPtr<Gtk::TextTag> _error_tag;
Glib::RefPtr<Gtk::TextTag> _warning_tag;