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:
@@ -129,8 +129,8 @@ public:
|
||||
private:
|
||||
friend class ::BytesTrieTest;
|
||||
|
||||
BytesTrieBuilder(const BytesTrieBuilder &other); // no copy constructor
|
||||
BytesTrieBuilder &operator=(const BytesTrieBuilder &other); // no assignment operator
|
||||
BytesTrieBuilder(const BytesTrieBuilder &other) = delete; // no copy constructor
|
||||
BytesTrieBuilder &operator=(const BytesTrieBuilder &other) = delete; // no assignment operator
|
||||
|
||||
void buildBytes(UStringTrieBuildOption buildOption, UErrorCode &errorCode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user