From 22e1aa5bb4a159d6d66a321f978917614aa36331 Mon Sep 17 00:00:00 2001 From: degasus Date: Tue, 8 Jul 2014 14:29:26 +0200 Subject: mark all local functions as static --- Source/Core/InputCommon/UDPWrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/UDPWrapper.cpp') diff --git a/Source/Core/InputCommon/UDPWrapper.cpp b/Source/Core/InputCommon/UDPWrapper.cpp index eeba3bbafd..5d34cd7624 100644 --- a/Source/Core/InputCommon/UDPWrapper.cpp +++ b/Source/Core/InputCommon/UDPWrapper.cpp @@ -8,7 +8,7 @@ #include "InputCommon/UDPWrapper.h" -const std::string DefaultPort(const int index) +static const std::string DefaultPort(const int index) { static std::string s; s = "443"; -- cgit v1.2.3