From 954afd81ec62deb0af09ea4721b9edacaf170d1b Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 16 May 2023 14:23:21 -0400 Subject: StringUtil: Move CommandLineToUtf8Argv() into Common namespace --- Source/Core/Common/StringUtil.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/Common/StringUtil.cpp') diff --git a/Source/Core/Common/StringUtil.cpp b/Source/Core/Common/StringUtil.cpp index 3083cc01f0..ba07db1206 100644 --- a/Source/Core/Common/StringUtil.cpp +++ b/Source/Core/Common/StringUtil.cpp @@ -656,6 +656,8 @@ std::string PathToString(const std::filesystem::path& path) #endif } +namespace Common +{ #ifdef _WIN32 std::vector CommandLineToUtf8Argv(const wchar_t* command_line) { @@ -675,8 +677,6 @@ std::vector CommandLineToUtf8Argv(const wchar_t* command_line) } #endif -namespace Common -{ std::string GetEscapedHtml(std::string html) { static constexpr std::array, 5> replacements{{ -- cgit v1.2.3