You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Update ICU to 75.1
This commit is contained in:
4
thirdparty/icu4c/common/unifunct.cpp
vendored
4
thirdparty/icu4c/common/unifunct.cpp
vendored
@@ -16,11 +16,11 @@ UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(UnicodeFunctor)
|
||||
UnicodeFunctor::~UnicodeFunctor() {}
|
||||
|
||||
UnicodeMatcher* UnicodeFunctor::toMatcher() const {
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
UnicodeReplacer* UnicodeFunctor::toReplacer() const {
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
Reference in New Issue
Block a user