Added missing virtual decls
This commit is contained in:
@@ -39,6 +39,7 @@ namespace Auth {
|
||||
class IAuthTokenService
|
||||
{
|
||||
public:
|
||||
virtual ~IAuthTokenService() = default;
|
||||
|
||||
// Auth Token services
|
||||
struct AuthTokenProcessResult
|
||||
|
||||
Reference in New Issue
Block a user