]> git.vomp.tv Git - vompserver.git/commitdiff
Fix
authorChris Tallon <chris@vomp.tv>
Sat, 28 Jan 2006 01:12:34 +0000 (01:12 +0000)
committerChris Tallon <chris@vomp.tv>
Sat, 28 Jan 2006 01:12:34 +0000 (01:12 +0000)
mvpserver.h

index d6d9da834ff09819f1492cbdd2951d3966a42bc8..6c6801e42e417931b86e28275f4ee6fbc1bbb533 100644 (file)
@@ -43,8 +43,8 @@ class MVPServer : public Thread
   private:
     void threadMethod();
 
-    Config config;
     Log log;
+    Config config;
     UDPReplier udpr;
     int listeningSocket;
 };