aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/UnixPasswordValidator.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/UnixPasswordValidator.h')
-rw-r--r--common/rfb/UnixPasswordValidator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/UnixPasswordValidator.h b/common/rfb/UnixPasswordValidator.h
index 28d083a1..4d623d6c 100644
--- a/common/rfb/UnixPasswordValidator.h
+++ b/common/rfb/UnixPasswordValidator.h
@@ -28,7 +28,7 @@ namespace rfb
class UnixPasswordValidator: public PasswordValidator {
protected:
bool validateInternal(SConnection * sc, const char *username,
- const char *password);
+ const char *password) override;
};
}