From 5012b81578396154150cb4696d57c455766e22f2 Mon Sep 17 00:00:00 2001 From: Bill Derouin Date: Tue, 7 Jan 2014 10:26:56 -0600 Subject: Avoid making copies of favicon string --- src/Server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Server.cpp') 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; } -- cgit v1.2.3