You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Update ICU to 75.1
This commit is contained in:
4
thirdparty/icu4c/common/unicode/unifunct.h
vendored
4
thirdparty/icu4c/common/unicode/unifunct.h
vendored
@@ -83,7 +83,7 @@ public:
|
||||
* @return The class ID for all objects of this class.
|
||||
* @stable ICU 2.0
|
||||
*/
|
||||
static UClassID U_EXPORT2 getStaticClassID(void);
|
||||
static UClassID U_EXPORT2 getStaticClassID();
|
||||
|
||||
/**
|
||||
* Returns a unique class ID <b>polymorphically</b>. This method
|
||||
@@ -100,7 +100,7 @@ public:
|
||||
* different class IDs.
|
||||
* @stable ICU 2.4
|
||||
*/
|
||||
virtual UClassID getDynamicClassID(void) const override = 0;
|
||||
virtual UClassID getDynamicClassID() const override = 0;
|
||||
|
||||
/**
|
||||
* Set the data object associated with this functor. The data
|
||||
|
||||
Reference in New Issue
Block a user