diff options
Diffstat (limited to 'cpp/include/Slice/JavaUtil.h')
-rw-r--r-- | cpp/include/Slice/JavaUtil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Slice/JavaUtil.h b/cpp/include/Slice/JavaUtil.h index 8f805f7e60b..9ced767180b 100644 --- a/cpp/include/Slice/JavaUtil.h +++ b/cpp/include/Slice/JavaUtil.h @@ -60,9 +60,9 @@ protected: // // Given the fully-scoped Java class name, create any intermediate - // package directories and open the class file + // package directories and open the class file, // - void open(const std::string&); + void open(const std::string&, const std::string&); ::IceUtilInternal::Output& output() const; |