You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
ICU: Update to version 72.1
This commit is contained in:
@@ -133,8 +133,8 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
UCharsTrieBuilder(const UCharsTrieBuilder &other); // no copy constructor
|
||||
UCharsTrieBuilder &operator=(const UCharsTrieBuilder &other); // no assignment operator
|
||||
UCharsTrieBuilder(const UCharsTrieBuilder &other) = delete; // no copy constructor
|
||||
UCharsTrieBuilder &operator=(const UCharsTrieBuilder &other) = delete; // no assignment operator
|
||||
|
||||
void buildUChars(UStringTrieBuildOption buildOption, UErrorCode &errorCode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user