aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 95e1ffc2c..ad482c814 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -32,7 +32,7 @@ private:
std::vector<const char *> names;
public:
FontNames();
- // FontNames objects can not be copied
+ // FontNames objects can not be copied.
FontNames(const FontNames &) = delete;
FontNames &operator=(const FontNames &) = delete;
~FontNames();
@@ -44,7 +44,7 @@ class FontRealised : public FontMeasurements {
public:
Font font;
FontRealised();
- // FontRealised objects can not be copied
+ // FontRealised objects can not be copied.
FontRealised(const FontRealised &) = delete;
FontRealised &operator=(const FontRealised &) = delete;
virtual ~FontRealised();