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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cs/CsUtil.h b/cpp/src/slice2cs/CsUtil.h
index f7588094192..b1cd9a80fe1 100644
--- a/cpp/src/slice2cs/CsUtil.h
+++ b/cpp/src/slice2cs/CsUtil.h
@@ -34,7 +34,7 @@ public:
protected:
- static std::string getAbsolute(const std::string&, const std::string&);
+ static std::string getUnqualified(const std::string&, const std::string&);
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);