You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
ICU: Update to version 70.1
This commit is contained in:
4
thirdparty/icu4c/common/unicode/unifunct.h
vendored
4
thirdparty/icu4c/common/unicode/unifunct.h
vendored
@@ -93,14 +93,14 @@ public:
|
||||
*
|
||||
* <p>Concrete subclasses of UnicodeFunctor should use the macro
|
||||
* UOBJECT_DEFINE_RTTI_IMPLEMENTATION from uobject.h to
|
||||
* provide definitios getStaticClassID and getDynamicClassID.
|
||||
* provide definitions getStaticClassID and getDynamicClassID.
|
||||
*
|
||||
* @return The class ID for this object. All objects of a given
|
||||
* class have the same class ID. Objects of other classes have
|
||||
* different class IDs.
|
||||
* @stable ICU 2.4
|
||||
*/
|
||||
virtual UClassID getDynamicClassID(void) const = 0;
|
||||
virtual UClassID getDynamicClassID(void) const override = 0;
|
||||
|
||||
/**
|
||||
* Set the data object associated with this functor. The data
|
||||
|
||||
Reference in New Issue
Block a user