We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243b087 commit 079ccd9Copy full SHA for 079ccd9
apps/openmw/mwgui/weightedsearch.hpp
@@ -7,13 +7,11 @@
7
#include <string>
8
#include <vector>
9
10
-#include <MyGUI_UString.h>
11
-
12
#include <components/misc/strings/lower.hpp>
13
14
namespace MWGui
15
{
16
- inline std::vector<std::string> generatePatternArray(const MyGUI::UString& inputString)
+ inline std::vector<std::string> generatePatternArray(const std::string& inputString)
17
18
if (inputString.empty() || inputString.find_first_not_of(" ") == std::string::npos)
19
return std::vector<std::string>();
0 commit comments