diff options
Diffstat (limited to 'src/Protocol')
-rw-r--r-- | src/Protocol/Authenticator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Authenticator.h b/src/Protocol/Authenticator.h index 777bcda6a..b3bae5417 100644 --- a/src/Protocol/Authenticator.h +++ b/src/Protocol/Authenticator.h @@ -86,7 +86,7 @@ private: AString m_PropertiesAddress; bool m_ShouldAuthenticate; - /** cIsThread /*override*/: */ + /** cIsThread override: */ virtual void Execute(void) /*override*/; /** Returns true if the user authenticated okay, false on error |