aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/browsertab.hpp')
-rw-r--r--src/browsertab.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/browsertab.hpp b/src/browsertab.hpp
index 655d14e..feb0455 100644
--- a/src/browsertab.hpp
+++ b/src/browsertab.hpp
@@ -12,6 +12,7 @@
#include "tabbrowsinghistory.hpp"
#include "geminirenderer.hpp"
#include "webclient.hpp"
+#include "gopherclient.hpp"
namespace Ui {
class BrowserTab;
@@ -103,6 +104,7 @@ public:
GeminiClient gemini_client;
WebClient web_client;
+ GopherClient gopher_client;
int redirection_count = 0;
bool push_to_history_after_load = false;