Fix typo in string (thanks MichaƂ Tomaszewski)
[dcpomatic.git] / src / wx / credentials_download_certificate_panel.h
index b802768e924bd5cfed44d8553819016bc1076e6f..d0449e6696e65798361d972b5eb3ef5143aac7e4 100644 (file)
 
 */
 
+
 #ifndef CREDENTIALS_DOWNLOAD_CERTIFICATE_PANEL_H
 #define CREDENTIALS_DOWNLOAD_CERTIFICATE_PANEL_H
 
+
 #include "download_certificate_panel.h"
 
+
 class PasswordEntry;
 
+
 class CredentialsDownloadCertificatePanel : public DownloadCertificatePanel
 {
 public:
@@ -38,7 +42,7 @@ public:
                        std::function<void ()> unset_password
                        );
 
-       virtual bool ready_to_download () const;
+       bool ready_to_download () const override;
 
 private:
        void username_changed ();