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 7c8236ede63..abf46773226 100644
--- a/cpp/src/slice2objc/ObjCUtil.h
+++ b/cpp/src/slice2objc/ObjCUtil.h
@@ -51,6 +51,7 @@ protected:
static std::string fixName(const ContainedPtr&, int = 0, bool = false);
static std::string fixScoped(const ContainedPtr&, int = 0, bool = false);
static std::string getParamId(const ContainedPtr&);
+ static std::string getParamName(const ContainedPtr&, bool = false);
static std::string getFactoryMethod(const ContainedPtr&, bool);
static std::string typeToString(const TypePtr&);
static std::string inTypeToString(const TypePtr&, bool, bool = false, bool = false);