summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreAccountDatabase.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-11-18 16:30:52 +0000
committerChris Wilson <chris+github@qwirx.com>2012-11-18 16:30:52 +0000
commit4879d2552b08ac5fdd2a0c4933634701ff982dae (patch)
tree88160bd8831e5e157403a4572b2e731282046928 /lib/backupstore/BackupStoreAccountDatabase.h
parent6af3a67ae549913692a4cee69fabb50988a61fe9 (diff)
Finish incomplete checkin [3156].
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