From 261277783fa16e0c974b1981a5eb0a208fca955e Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 21 Apr 2017 09:30:16 +1000 Subject: More consistent deletion of standard methods. --- src/XPM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/XPM.h') diff --git a/src/XPM.h b/src/XPM.h index cc0d52bc0..789485eb0 100644 --- a/src/XPM.h +++ b/src/XPM.h @@ -50,7 +50,7 @@ class RGBAImage { public: RGBAImage(int width_, int height_, float scale_, const unsigned char *pixels_); explicit RGBAImage(const XPM &xpm); - // Deleted so RGBAImage objects can not be copied + // Deleted so RGBAImage objects can not be copied. RGBAImage(const RGBAImage &) = delete; RGBAImage &operator=(const RGBAImage &) = delete; virtual ~RGBAImage(); -- cgit v1.2.3