summaryrefslogtreecommitdiff
path: root/cpp/src/slice2js/JsUtil.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-08-19 21:25:18 +0200
committerJose <jose@zeroc.com>2016-08-19 21:25:18 +0200
commitc8d32e04873be7938915c606027c84c8ab832f6b (patch)
treef862751cfaddcf5bb7b82a7c04a299d471f948d4 /cpp/src/slice2js/JsUtil.h
parentFix ICE-7278 (diff)
downloadice-c8d32e04873be7938915c606027c84c8ab832f6b.tar.bz2
ice-c8d32e04873be7938915c606027c84c8ab832f6b.tar.xz
ice-c8d32e04873be7938915c606027c84c8ab832f6b.zip
ES6 mapping updates
Diffstat (limited to 'cpp/src/slice2js/JsUtil.h')
-rw-r--r--cpp/src/slice2js/JsUtil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2js/JsUtil.h b/cpp/src/slice2js/JsUtil.h
index 1913759b50e..b379a4c7977 100644
--- a/cpp/src/slice2js/JsUtil.h
+++ b/cpp/src/slice2js/JsUtil.h
@@ -31,7 +31,7 @@ protected:
static std::string getOptionalFormat(const TypePtr&);
static std::string getStaticId(const TypePtr&);
static std::string typeToString(const TypePtr&, bool = false);
- static std::string getLocalScope(const std::string&);
+ static std::string getLocalScope(const std::string&, const std::string& separator = ".");
static std::string getReference(const std::string&, const std::string&);
static std::string getHelper(const TypePtr&);