diff options
author | Jose <pepone@users.noreply.github.com> | 2023-08-09 09:27:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 09:27:00 +0200 |
commit | badafe8b848181a720ab96b48da6abc170fd918c (patch) | |
tree | 4b24dbf02f578cb6c68a43fa45a71b4cb8f2405b /cpp/src/slice2objc/ObjCUtil.h | |
parent | Fix GCC13 build failure - #1489 (#1490) (diff) | |
download | ice-badafe8b848181a720ab96b48da6abc170fd918c.tar.bz2 ice-badafe8b848181a720ab96b48da6abc170fd918c.tar.xz ice-badafe8b848181a720ab96b48da6abc170fd918c.zip |
Fix Objective-C build failures (#1496)
Diffstat (limited to 'cpp/src/slice2objc/ObjCUtil.h')
-rw-r--r-- | cpp/src/slice2objc/ObjCUtil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2objc/ObjCUtil.h b/cpp/src/slice2objc/ObjCUtil.h index 0c5176d67d8..4520ee7082a 100644 --- a/cpp/src/slice2objc/ObjCUtil.h +++ b/cpp/src/slice2objc/ObjCUtil.h @@ -52,6 +52,7 @@ protected: static std::string inTypeToString(const TypePtr&, bool, bool = false, bool = false); static std::string outTypeToString(const TypePtr&, bool, bool = false, bool = false); static std::string typeToObjCTypeString(const TypePtr&); + static std::string defaultValue(const TypePtr&, bool); static bool isValueType(const TypePtr&); static bool isString(const TypePtr&); static bool isClass(const TypePtr&); |