summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mmap_SA/src/dbintf_sa.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_mmap_SA/src/dbintf_sa.h')
-rw-r--r--plugins/Dbx_mmap_SA/src/dbintf_sa.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/Dbx_mmap_SA/src/dbintf_sa.h b/plugins/Dbx_mmap_SA/src/dbintf_sa.h
index a65b4ebe3d..bd96407e2a 100644
--- a/plugins/Dbx_mmap_SA/src/dbintf_sa.h
+++ b/plugins/Dbx_mmap_SA/src/dbintf_sa.h
@@ -25,9 +25,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "..\Db3x_mmap\src\dbintf.h"
-struct CDdxMmapSA : public CDb3Mmap
+struct CDbxMmapSA : public CDb3Mmap
{
- CDdxMmapSA(const TCHAR* tszFileName);
+ CDbxMmapSA(const TCHAR* tszFileName);
int CheckPassword(WORD checkWord, TCHAR *szDBName);
int CheckDbHeaders(void);
@@ -70,4 +70,7 @@ protected:
public:
char encryptKey[255];
size_t encryptKeyLength;
+
+private:
+ void InitDialogs(void);
};