summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreAccountDatabase.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore/BackupStoreAccountDatabase.h')
-rw-r--r--lib/backupstore/BackupStoreAccountDatabase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/backupstore/BackupStoreAccountDatabase.h b/lib/backupstore/BackupStoreAccountDatabase.h
index 79573242..f9665c7d 100644
--- a/lib/backupstore/BackupStoreAccountDatabase.h
+++ b/lib/backupstore/BackupStoreAccountDatabase.h
@@ -31,11 +31,11 @@ public:
friend class _BackupStoreAccountDatabase; // to stop compiler warnings
~BackupStoreAccountDatabase();
private:
- BackupStoreAccountDatabase(const char *Filename);
+ BackupStoreAccountDatabase(const std::string& Filename);
BackupStoreAccountDatabase(const BackupStoreAccountDatabase &);
public:
- static std::auto_ptr<BackupStoreAccountDatabase> Read(const char *Filename);
+ static std::auto_ptr<BackupStoreAccountDatabase> Read(const std::string& Filename);
void Write();
class Entry