summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src/dbcrypt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbcrypt.cpp')
-rw-r--r--plugins/Dbx_mdbx/src/dbcrypt.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/Dbx_mdbx/src/dbcrypt.cpp b/plugins/Dbx_mdbx/src/dbcrypt.cpp
index 77aa233ff8..61a7b13dd1 100644
--- a/plugins/Dbx_mdbx/src/dbcrypt.cpp
+++ b/plugins/Dbx_mdbx/src/dbcrypt.cpp
@@ -122,15 +122,16 @@ CRYPTO_PROVIDER* CDbxMDBX::SelectProvider()
class CEnterPasswordDialog : public CDlgBase
{
+ friend class CDbxMDBX;
+
CTimer m_timer;
CCtrlData m_header;
CCtrlData m_language;
CCtrlEdit m_passwordEdit;
- friend class CDbxMDBX;
+ int m_wrongPass = 0;
+ wchar_t m_newPass[100];
CDbxMDBX *m_db;
- TCHAR m_newPass[100];
- unsigned short m_wrongPass = 0;
void OnTimer(CTimer*)
{