diff options
Diffstat (limited to 'Source/Core/InputCommon/UDPWrapper.cpp')
| -rw-r--r-- | Source/Core/InputCommon/UDPWrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
