summaryrefslogtreecommitdiff
path: root/src/account-server/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/storage.h')
-rw-r--r--src/account-server/storage.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/account-server/storage.h b/src/account-server/storage.h
index 7acc78e6..d635fb9b 100644
--- a/src/account-server/storage.h
+++ b/src/account-server/storage.h
@@ -440,9 +440,8 @@ class Storage
{ return mDb; }
private:
- // Prevent copying
- Storage(const Storage &rhs);
- Storage &operator=(const Storage &rhs);
+ Storage(const Storage &rhs) = delete;
+ Storage &operator=(const Storage &rhs) = delete;
/**
* Gets an account from a prepared SQL statement