From: Chris Tallon Date: Sat, 28 Jan 2006 01:12:34 +0000 (+0000) Subject: Fix X-Git-Tag: r0-2-5~38 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=1ff8c8ff1c270c20306cf45f5912bf548aa56a3f;p=vompserver.git Fix --- diff --git a/mvpserver.h b/mvpserver.h index d6d9da8..6c6801e 100644 --- a/mvpserver.h +++ b/mvpserver.h @@ -43,8 +43,8 @@ class MVPServer : public Thread private: void threadMethod(); - Config config; Log log; + Config config; UDPReplier udpr; int listeningSocket; };