diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-03 01:29:41 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-03 01:29:41 -0400 |
commit | 47e59ea969c775bea316b1a910c845a7c8482091 (patch) | |
tree | 0cc5e900ba213a1aeb81cb95722a8def13c71c6b /ap_state.h | |
parent | 1af4d354fbbded3b8086e370b6f4c20d084a5d68 (diff) | |
download | lingo-ap-tracker-47e59ea969c775bea316b1a910c845a7c8482091.tar.gz lingo-ap-tracker-47e59ea969c775bea316b1a910c845a7c8482091.tar.bz2 lingo-ap-tracker-47e59ea969c775bea316b1a910c845a7c8482091.zip |
Changes to get it to compile on Windows
Diffstat (limited to 'ap_state.h')
-rw-r--r-- | ap_state.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ap_state.h b/ap_state.h index d815f93..5ed7574 100644 --- a/ap_state.h +++ b/ap_state.h | |||
@@ -1,7 +1,6 @@ | |||
1 | #ifndef AP_STATE_H_664A4180 | 1 | #ifndef AP_STATE_H_664A4180 |
2 | #define AP_STATE_H_664A4180 | 2 | #define AP_STATE_H_664A4180 |
3 | 3 | ||
4 | #include <apclient.hpp> | ||
5 | #include <memory> | 4 | #include <memory> |
6 | #include <mutex> | 5 | #include <mutex> |
7 | #include <set> | 6 | #include <set> |
@@ -40,7 +39,6 @@ class APState { | |||
40 | 39 | ||
41 | TrackerFrame* tracker_frame_; | 40 | TrackerFrame* tracker_frame_; |
42 | 41 | ||
43 | std::unique_ptr<APClient> apclient_; | ||
44 | bool client_active_ = false; | 42 | bool client_active_ = false; |
45 | std::mutex client_mutex_; | 43 | std::mutex client_mutex_; |
46 | 44 | ||