From df2783d7a2be55d3defa9271d8c844bc943e59bb Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 23 Jun 2014 11:42:28 +1000 Subject: Updated comment to match change 5151. --- src/Style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); -- cgit v1.2.3