From 363a5a95cf9b6f69ba9b04615022431d3f79dbc6 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 6 Aug 2013 03:51:49 +0200 Subject: GRAPHICS: Make Surface::pixels protected. --- graphics/surface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graphics') diff --git a/graphics/surface.h b/graphics/surface.h index c64f2363e6..8e1e696121 100644 --- a/graphics/surface.h +++ b/graphics/surface.h @@ -61,11 +61,13 @@ struct Surface { */ uint16 pitch; +protected: /** * The surface's pixel data. */ void *pixels; +public: /** * The pixel format of the surface. */ -- cgit v1.2.3