diff options
author | Neil <nyamatongwe@gmail.com> | 2014-06-23 11:42:28 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-06-23 11:42:28 +1000 |
commit | df2783d7a2be55d3defa9271d8c844bc943e59bb (patch) | |
tree | 1eb9b84004ba99789c87d5240578a47c27a4043f /src/Style.h | |
parent | 134309ff232c57d934bdbdac71e3e9e06bd9ef37 (diff) | |
download | scintilla-mirror-df2783d7a2be55d3defa9271d8c844bc943e59bb.tar.gz |
Updated comment to match change 5151.
Diffstat (limited to 'src/Style.h')
-rw-r--r-- | src/Style.h | 2 |
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(); |