diff options
Diffstat (limited to 'src/tracker_config.h')
-rw-r--r-- | src/tracker_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tracker_config.h b/src/tracker_config.h index a1a6c1d..9244b74 100644 --- a/src/tracker_config.h +++ b/src/tracker_config.h | |||
@@ -29,6 +29,7 @@ class TrackerConfig { | |||
29 | bool hybrid_areas = false; | 29 | bool hybrid_areas = false; |
30 | bool show_hunt_panels = false; | 30 | bool show_hunt_panels = false; |
31 | std::deque<ConnectionDetails> connection_history; | 31 | std::deque<ConnectionDetails> connection_history; |
32 | std::string ipc_address; | ||
32 | 33 | ||
33 | private: | 34 | private: |
34 | std::string filename_; | 35 | std::string filename_; |