Skip to content

Commit 62e04dc

Browse files
committed
Fix mismatched function type in definition
Signed-off-by: Taylor Foxhall <tfoxhall@bloomberg.net>
1 parent 85076ea commit 62e04dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/groups/mqb/mqbnet/mqbnet_authenticationcontext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class AuthenticationContext {
217217
/// `errorDescription`, indicating a reauthentication error or
218218
/// authentication timeout for the current context.
219219
void onReauthenticateErrorOrTimeout(
220-
const int errorCode,
220+
int errorCode,
221221
const bsl::string& errorName,
222222
const bsl::string& errorDescription,
223223
const bsl::shared_ptr<bmqio::Channel>& channel);

0 commit comments

Comments
 (0)