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 | d05d4d601ede48f858dd515fad9d58cb7b0b1f68 (patch) | |
tree | d542010037f56126c7a683a38a4be4fb7f0827b1 /src | |
parent | c6414481b0cdcb7a7d9b142a5085a620c9b2b565 (diff) | |
download | scintilla-mirror-d05d4d601ede48f858dd515fad9d58cb7b0b1f68.tar.gz |
Updated comment to match change 5151.
Diffstat (limited to 'src')
-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(); |