diff options
Diffstat (limited to 'plugins/Dbx_mdbx/src/ui.h')
-rw-r--r-- | plugins/Dbx_mdbx/src/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdbx/src/ui.h b/plugins/Dbx_mdbx/src/ui.h index 704c380cfa..08c9ac9059 100644 --- a/plugins/Dbx_mdbx/src/ui.h +++ b/plugins/Dbx_mdbx/src/ui.h @@ -158,7 +158,7 @@ class CEnterPasswordDialog : public CDlgBase {
m_header.SetText(TranslateT("Please type in your password"));
}
- SetTimer(m_hwnd, 1, 200, NULL);
+ SetTimer(m_hwnd, 1, 200, nullptr);
}
void OnOK(CCtrlButton*)
|