Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed May 29, 2024
1 parent 90efcb2 commit e7469c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/Chat/client/Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ run(shared_ptr<Ice::Communicator> communicator)
// provided by the router
Ice::Identity id{Ice::generateUUID(), router->getCategoryForClient()};

auto callbackPrx = Chat::ChatRoomCallbackPrx{adapter->add(make_shared<ChatRoomCallbackI>(), id)};
Chat::ChatRoomCallbackPrx callbackPrx{adapter->add(make_shared<ChatRoomCallbackI>(), id)};

// Set the callback proxy on the session
session->setCallback(callbackPrx);
Expand Down

0 comments on commit e7469c1

Please sign in to comment.