Skip to content

Commit fe3f1cc

Browse files
committed
minor fix
Signed-off-by: Emelia Lei <[email protected]>
1 parent fa20273 commit fe3f1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groups/mqb/mqbplug/mqbplug_authenticator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class AuthenticationData BSLS_KEYWORD_FINAL {
8383
class AuthenticationResult {
8484
public:
8585
// CREATORS
86-
virtual ~AuthenticationResult() = 0;
86+
virtual ~AuthenticationResult();
8787

8888
// ACCESSORS
8989

0 commit comments

Comments
 (0)