X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fupdate_checker.h;h=53ef4457b3452f381d861dec1d0d93f319e3340d;hb=efe153ab23b54cdbf28c653f2ccb0f25ca6bd015;hp=a0845b1941cf3fb78fb41ae2045ae4b2b3d32a68;hpb=33e13c4053138930f4b2f59349e441c76111059d;p=dcpomatic.git diff --git a/src/lib/update_checker.h b/src/lib/update_checker.h index a0845b194..53ef4457b 100644 --- a/src/lib/update_checker.h +++ b/src/lib/update_checker.h @@ -89,7 +89,7 @@ private: void set_state (State); void thread (); - char* _buffer; + std::vector _buffer; int _offset = 0; CURL* _curl = nullptr; @@ -98,7 +98,6 @@ private: State _state; boost::optional _stable; boost::optional _test; - int _emits = 0; boost::thread _thread; boost::mutex _process_mutex;