diff options
Diffstat (limited to 'src/shared/Util.cpp')
-rw-r--r-- | src/shared/Util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Util.cpp b/src/shared/Util.cpp index 72b35319298..26d2275ec2a 100644 --- a/src/shared/Util.cpp +++ b/src/shared/Util.cpp @@ -425,3 +425,4 @@ bool Utf8FitTo(const std::string& str, std::wstring search) return true; } + |