Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Jemlich <pcgod@users.sourceforge.net>2011-05-16 13:18:44 +0400
committerBenjamin Jemlich <pcgod@users.sourceforge.net>2011-05-16 13:18:44 +0400
commit4fd379b6e379309b94f6feda2d35aa5abdc2eaea (patch)
tree0c65a2aba8182deab65cc599fdb97f6f890403a4 /src/murmur/Tray.h
parenta24e50ed4a7a8079f4146596db0b4deb8b3d70da (diff)
Fix more Windows build errors
Diffstat (limited to 'src/murmur/Tray.h')
-rw-r--r--src/murmur/Tray.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/murmur/Tray.h b/src/murmur/Tray.h
index 410f718dc..145d63938 100644
--- a/src/murmur/Tray.h
+++ b/src/murmur/Tray.h
@@ -32,7 +32,8 @@
#define _TRAY_H
#include "murmur_pch.h"
-#include "Server.h"
+
+class LogEmitter;
class Tray : public QObject {
private: