about summary refs log tree commit diff
path: root/src/engine/client/client.cpp
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-03-27 18:00:54 +0200
committeroy <Tom_Adams@web.de>2011-03-27 18:00:54 +0200
commita583633cde8f6d257fff99221d4b063ae435379e (patch)
treea6c330e8854598bee70ebe400726968dd26d37b0 /src/engine/client/client.cpp
parent85fa86102febb42ab9925c8654d60246487f7b55 (diff)
downloadzcatch-a583633cde8f6d257fff99221d4b063ae435379e.tar.gz
zcatch-a583633cde8f6d257fff99221d4b063ae435379e.zip
added renaming of srvbrowse so it matches with the interface filename by Choupom
Diffstat (limited to 'src/engine/client/client.cpp')
-rw-r--r--src/engine/client/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp
index 3131afc1..297828dc 100644
--- a/src/engine/client/client.cpp
+++ b/src/engine/client/client.cpp
@@ -37,7 +37,7 @@
 #include <versionsrv/versionsrv.h>
 
 #include "friends.h"
-#include "srvbrowse.h"
+#include "serverbrowser.h"
 #include "client.h"
 
 #if defined(CONF_FAMILY_WINDOWS)