Skip to content
Snippets Groups Projects
Commit 2af26b69 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix windows build error

parent 7ee217f1
No related branches found
No related tags found
1 merge request!95Implements #156 expose config options
Pipeline #12901 passed
...@@ -227,7 +227,7 @@ class Universe : public ftl::Configurable { ...@@ -227,7 +227,7 @@ class Universe : public ftl::Configurable {
size_t send_size_; size_t send_size_;
size_t recv_size_; size_t recv_size_;
double periodic_time_; double periodic_time_;
size_t reconnect_attempts_; int reconnect_attempts_;
// NOTE: Must always be last member // NOTE: Must always be last member
std::thread thread_; std::thread thread_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment