summaryrefslogtreecommitdiff
path: root/include/llmr/map/settings.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-01-20 11:50:45 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-01-20 11:50:45 +0100
commit22178d6832115112656f145359d4acbd55770e43 (patch)
tree2979c739872ceff93de86beeaf36b2703e0563b1 /include/llmr/map/settings.hpp
parentef15a1d1dcc10748a78694eb7347c72674279d3f (diff)
downloadqtlocation-mapboxgl-22178d6832115112656f145359d4acbd55770e43.tar.gz
rename settings => Settings
Diffstat (limited to 'include/llmr/map/settings.hpp')
-rw-r--r--include/llmr/map/settings.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/llmr/map/settings.hpp b/include/llmr/map/settings.hpp
index 3b236387bd..8f2e12810a 100644
--- a/include/llmr/map/settings.hpp
+++ b/include/llmr/map/settings.hpp
@@ -3,16 +3,16 @@
namespace llmr {
-class settings {
+class Settings {
public:
virtual void save() = 0;
// Make noncopyable
- settings() = default;
- settings(const settings&) = delete;
- settings(const settings&&) = delete;
- settings &operator=(const settings&) = delete;
- settings &operator=(const settings&&) = delete;
+ Settings() = default;
+ Settings(const Settings&) = delete;
+ Settings(const Settings&&) = delete;
+ Settings &operator=(const Settings&) = delete;
+ Settings &operator=(const Settings&&) = delete;
public:
// position