summaryrefslogtreecommitdiffstats
path: root/src/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.cpp b/src/Server.cpp
index 30c401d59..e2a73541a 100644
--- a/src/Server.cpp
+++ b/src/Server.cpp
@@ -294,7 +294,7 @@ int cServer::GetNumPlayers(void)
-AString cServer::GetFaviconData(void)
+const AString & cServer::GetFaviconData(void) const
{
return m_FaviconData;
}