Skip to content

Commit

Permalink
Fix ruby failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Dec 26, 2023
1 parent 0d911c0 commit 1b80ec8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cpp/src/Slice/RubyUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,10 @@ Slice::Ruby::CodeVisitor::visitClassDefStart(const ClassDefPtr& p)
{
_out << " < " << getAbsolute(base, IdentToUpper);
}
_out << " < ::Ice::Value";
else
{
_out << " < ::Ice::Value";
}
_out.inc();

//
Expand Down

0 comments on commit 1b80ec8

Please sign in to comment.