Skip to content

Commit

Permalink
Fix ObjC build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Jan 18, 2024
1 parent 68efd9e commit d25deea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objective-c/src/Ice/ObjectAdapterI.mm
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ +(id) objectAdapterWithCxxObjectNoAutoRelease:(const std::shared_ptr<Ice::Object
}
else
{
return [[self alloc] initWithCxxObject:arg];
return [[ICEObjectAdapter alloc] initWithCxxObject:arg];
}
}
}
Expand Down

0 comments on commit d25deea

Please sign in to comment.