aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Style.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-06-23 11:42:28 +1000
committerNeil <nyamatongwe@gmail.com>2014-06-23 11:42:28 +1000
commitdf2783d7a2be55d3defa9271d8c844bc943e59bb (patch)
tree1eb9b84004ba99789c87d5240578a47c27a4043f /src/Style.h
parent134309ff232c57d934bdbdac71e3e9e06bd9ef37 (diff)
downloadscintilla-mirror-df2783d7a2be55d3defa9271d8c844bc943e59bb.tar.gz
Updated comment to match change 5151.
Diffstat (limited to 'src/Style.h')
-rw-r--r--src/Style.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Style.h b/src/Style.h
index e8359e110..411b11a08 100644
--- a/src/Style.h
+++ b/src/Style.h
@@ -33,7 +33,7 @@ struct FontSpecification {
// Just like Font but only has a copy of the FontID so should not delete it
class FontAlias : public Font {
- // Private so FontAlias objects can not be copied
+ // Private so FontAlias objects can not be assigned except for intiialization
FontAlias &operator=(const FontAlias &);
public:
FontAlias();