summaryrefslogtreecommitdiffstats
path: root/src/SettingsRepositoryInterface.h
diff options
context:
space:
mode:
authorpeterbell10 <peterbell10@live.co.uk>2020-10-05 12:27:14 +0200
committerGitHub <noreply@github.com>2020-10-05 12:27:14 +0200
commita9031b6bae742b333b1b390192fa590f2ecb07ea (patch)
treeb2802c81d24d339c201a0747d66ba44e9ea8b1b0 /src/SettingsRepositoryInterface.h
parentFixed current end generator (#4968) (diff)
downloadcuberite-a9031b6bae742b333b1b390192fa590f2ecb07ea.tar
cuberite-a9031b6bae742b333b1b390192fa590f2ecb07ea.tar.gz
cuberite-a9031b6bae742b333b1b390192fa590f2ecb07ea.tar.bz2
cuberite-a9031b6bae742b333b1b390192fa590f2ecb07ea.tar.lz
cuberite-a9031b6bae742b333b1b390192fa590f2ecb07ea.tar.xz
cuberite-a9031b6bae742b333b1b390192fa590f2ecb07ea.tar.zst
cuberite-a9031b6bae742b333b1b390192fa590f2ecb07ea.zip
Diffstat (limited to 'src/SettingsRepositoryInterface.h')
-rw-r--r--src/SettingsRepositoryInterface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SettingsRepositoryInterface.h b/src/SettingsRepositoryInterface.h
index d10f94119..5f73c49c8 100644
--- a/src/SettingsRepositoryInterface.h
+++ b/src/SettingsRepositoryInterface.h
@@ -10,7 +10,9 @@ public:
noID = -1,
};
+ cSettingsRepositoryInterface() = default;
virtual ~cSettingsRepositoryInterface() = default;
+ DISALLOW_COPY_AND_ASSIGN(cSettingsRepositoryInterface);
/** Returns true iff the specified key exists */
virtual bool KeyExists(const AString keyname) const = 0;