summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupProtocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore/BackupProtocol.h')
-rw-r--r--lib/backupstore/BackupProtocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupstore/BackupProtocol.h b/lib/backupstore/BackupProtocol.h
index d2fe8b7f..8736b44f 100644
--- a/lib/backupstore/BackupProtocol.h
+++ b/lib/backupstore/BackupProtocol.h
@@ -35,7 +35,7 @@ public:
// This is rather ugly: the BackupProtocolLocal constructor must not
// touch the Context, because it's not initialised yet!
: BackupProtocolLocal(mContext),
- mContext(AccountNumber, *(HousekeepingInterface *)NULL,
+ mContext(AccountNumber, (HousekeepingInterface *)NULL,
ConnectionDetails)
{
mContext.SetClientHasAccount(AccountRootDir, DiscSetNumber);