diff options
author | Jose <jose@zeroc.com> | 2016-11-25 19:23:18 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-11-25 19:23:18 +0100 |
commit | e4f7f79111e94dfc68d68ad6f8dd2686765aad86 (patch) | |
tree | 91926fc56f0df755fccfdced90d961f43b67009e /cpp/src/slice2js/Gen.h | |
parent | Fixed IceSSL/configuration test failure when ran with --protocol=ssl (diff) | |
download | ice-e4f7f79111e94dfc68d68ad6f8dd2686765aad86.tar.bz2 ice-e4f7f79111e94dfc68d68ad6f8dd2686765aad86.tar.xz ice-e4f7f79111e94dfc68d68ad6f8dd2686765aad86.zip |
Ensure JS modules are exported only once
Diffstat (limited to 'cpp/src/slice2js/Gen.h')
-rw-r--r-- | cpp/src/slice2js/Gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2js/Gen.h b/cpp/src/slice2js/Gen.h index bee09bdddfe..e86686d5fe3 100644 --- a/cpp/src/slice2js/Gen.h +++ b/cpp/src/slice2js/Gen.h @@ -143,6 +143,7 @@ private: bool _icejs; bool _es6modules; + std::vector<std::string> _exported; }; }; |