summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs/CsUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cs/CsUtil.h')
-rw-r--r--cpp/src/slice2cs/CsUtil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cs/CsUtil.h b/cpp/src/slice2cs/CsUtil.h
index 0cfc81fe6ae..fd438fafaf4 100644
--- a/cpp/src/slice2cs/CsUtil.h
+++ b/cpp/src/slice2cs/CsUtil.h
@@ -49,8 +49,8 @@ protected:
static std::string resultStructName(const std::string&, const std::string&, bool = false);
static std::string resultType(const OperationPtr&, const std::string&, bool = false);
static std::string taskResultType(const OperationPtr&, const std::string&, bool = false);
- static std::string fixId(const std::string&, int = 0, bool = false);
- static std::string fixId(const ContainedPtr&, int = 0, bool = false);
+ static std::string fixId(const std::string&, unsigned int = 0, bool = false);
+ static std::string fixId(const ContainedPtr&, unsigned int = 0, bool = false);
static std::string getOptionalFormat(const TypePtr&, const std::string&);
static std::string getStaticId(const TypePtr&);
static std::string typeToString(const TypePtr&, const std::string&, bool = false, bool = false,