summaryrefslogtreecommitdiff
path: root/cpp/src/slice2objc/ObjCUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2objc/ObjCUtil.h')
-rw-r--r--cpp/src/slice2objc/ObjCUtil.h1
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&);