Skip to content

Commit

Permalink
Missed a struct instantiation.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCreativityHere committed Apr 29, 2024
1 parent a16e951 commit 3285830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/Ice/optional/TestAMDI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ InitialI::returnOptionalStructAsync(
function<void(exception_ptr)>,
const Ice::Current&)
{
response(Test::FixedStruct(53));
response(Test::FixedStruct{53});
}

void
Expand Down

0 comments on commit 3285830

Please sign in to comment.