X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fjson_server.h;h=c97e496d1442c6308fa300c254834462b26cd578;hp=f36e621f3f6fdbc23ee27d811c5213b0408b422f;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/lib/json_server.h b/src/lib/json_server.h index f36e621f3..c97e496d1 100644 --- a/src/lib/json_server.h +++ b/src/lib/json_server.h @@ -27,6 +27,6 @@ public: private: void run (int port); - void handle (boost::shared_ptr socket); - void request (std::string url, boost::shared_ptr socket); + void handle (std::shared_ptr socket); + void request (std::string url, std::shared_ptr socket); };