diff options
Diffstat (limited to 'cpp/src/Slice/RubyUtil.h')
-rw-r--r-- | cpp/src/Slice/RubyUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/RubyUtil.h b/cpp/src/Slice/RubyUtil.h index 3acae195d9c..e67ecd1b623 100644 --- a/cpp/src/Slice/RubyUtil.h +++ b/cpp/src/Slice/RubyUtil.h @@ -46,7 +46,7 @@ std::string getAbsolute(const Slice::ContainedPtr&, IdentStyle, const std::strin // void printHeader(IceUtilInternal::Output&); -int compile(int, char*[]); +int compile(const std::vector<std::string>&); } } |