summaryrefslogtreecommitdiff
path: root/cpp/src/slice2js/JsUtil.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-10-16 10:35:42 +0200
committerJose <jose@zeroc.com>2018-10-16 10:35:42 +0200
commit2767a97cb92f5a1df1558fa0588626b727e108a3 (patch)
treec06901ac702f59fbad2fd841e0759c2700b64858 /cpp/src/slice2js/JsUtil.h
parentFix handling of ServantError (diff)
downloadice-2767a97cb92f5a1df1558fa0588626b727e108a3.tar.bz2
ice-2767a97cb92f5a1df1558fa0588626b727e108a3.tar.xz
ice-2767a97cb92f5a1df1558fa0588626b727e108a3.zip
Fix slice2js build failure on macOS
Diffstat (limited to 'cpp/src/slice2js/JsUtil.h')
-rw-r--r--cpp/src/slice2js/JsUtil.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/slice2js/JsUtil.h b/cpp/src/slice2js/JsUtil.h
index e56162a698d..3991b6651ef 100644
--- a/cpp/src/slice2js/JsUtil.h
+++ b/cpp/src/slice2js/JsUtil.h
@@ -32,25 +32,25 @@ public:
static bool findMetaData(const std::string&, const StringList&, std::string&);
static std::string importPrefix(const TypePtr&,
const ContainedPtr&,
- const std::vector<std::pair<std::string, std::string>>&);
+ const std::vector<std::pair<std::string, std::string> >&);
static std::string importPrefix(const ContainedPtr&,
const ContainedPtr&,
- const std::vector<std::pair<std::string, std::string>>&);
+ const std::vector<std::pair<std::string, std::string> >&);
static std::string importPrefix(const std::string&, const ContainedPtr&);
static std::string getUnqualified(const std::string&, const std::string&, const std::string&);
static std::string typeToString(const TypePtr&,
const ContainedPtr& = 0,
- const std::vector<std::pair<std::string, std::string>>& =
- std::vector<std::pair<std::string, std::string>>(),
+ const std::vector<std::pair<std::string, std::string> >& =
+ std::vector<std::pair<std::string, std::string> >(),
bool typeScript = false,
bool definition = false);
static std::string typeToString(const TypePtr&,
const ContainedPtr&,
- const std::vector<std::pair<std::string, std::string>>&,
+ const std::vector<std::pair<std::string, std::string> >&,
bool typeScript,
bool definition,
bool usealias);