You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Update ICU to 75.1
This commit is contained in:
5
thirdparty/icu4c/common/unicode/dtintrv.h
vendored
5
thirdparty/icu4c/common/unicode/dtintrv.h
vendored
@@ -76,7 +76,7 @@ public:
|
||||
* @return The class ID for all objects of this class.
|
||||
* @stable ICU 4.0
|
||||
*/
|
||||
static UClassID U_EXPORT2 getStaticClassID(void);
|
||||
static UClassID U_EXPORT2 getStaticClassID();
|
||||
|
||||
/**
|
||||
* Returns a unique class ID POLYMORPHICALLY. Pure virtual override. This
|
||||
@@ -89,9 +89,8 @@ public:
|
||||
* other classes have different class IDs.
|
||||
* @stable ICU 4.0
|
||||
*/
|
||||
virtual UClassID getDynamicClassID(void) const override;
|
||||
virtual UClassID getDynamicClassID() const override;
|
||||
|
||||
|
||||
/**
|
||||
* Copy constructor.
|
||||
* @stable ICU 4.0
|
||||
|
||||
Reference in New Issue
Block a user