Skip to content

Commit ad6f3b4

Browse files
fifothekidzdenop
fifothekid
authored andcommitted
Fixed unqualified class "string" (#1082)
1 parent 40f4311 commit ad6f3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ccutil/unichar.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class UNICHAR {
161161
static std::vector<char32> UTF8ToUTF32(const char* utf8_str);
162162
// Converts a vector of unicodes to a utf8 string.
163163
// Returns an empty string if the input contains an invalid unicode.
164-
static string UTF32ToUTF8(const std::vector<char32>& str32);
164+
static std::string UTF32ToUTF8(const std::vector<char32>& str32);
165165

166166
private:
167167
// A UTF-8 representation of 1 or more Unicode characters.

0 commit comments

Comments
 (0)