fix for linux build (#3462)
This commit is contained in:
parent
aa1751f3c0
commit
cbab8bbeb5
@ -67,7 +67,7 @@ int main()
|
||||
|
||||
std::cout << "Successfully Created the Clients";
|
||||
}
|
||||
catch (std::exception exception)
|
||||
catch (std::exception const& exception)
|
||||
{
|
||||
std::cout << "Exception: " << exception.what();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user