Sort of working log window.
[dcpomatic.git] / src / lib / server.h
index 8c0f86ebbe5360631df40d16072a4e7871a609c0..58cfe0b3fffa8cc08e5f099a64aedfa201a76d6f 100644 (file)
@@ -74,7 +74,7 @@ private:
 class Server
 {
 public:
-       Server ();
+       Server (Log* log);
 
        void run ();
 
@@ -86,5 +86,5 @@ private:
        std::list<boost::shared_ptr<boost::asio::ip::tcp::socket> > _queue;
        boost::mutex _worker_mutex;
        boost::condition _worker_condition;
-       Log _log;
+       Log* _log;
 };