From f3c5bc280737573cf8597f18c011a1a1092e32d3 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 28 Apr 2009 16:29:24 +0200 Subject: making cbitmap abstract --- ue2/imgsynth2/cpixelformat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ue2/imgsynth2/cpixelformat.h') diff --git a/ue2/imgsynth2/cpixelformat.h b/ue2/imgsynth2/cpixelformat.h index 49145df..0568dd4 100644 --- a/ue2/imgsynth2/cpixelformat.h +++ b/ue2/imgsynth2/cpixelformat.h @@ -47,7 +47,7 @@ class CPixelFormat }; /** - * @method CBitmap + * @method CPixelFormat * @brief Default ctor * @param bitmap pointer to CBitmap instance * @return - @@ -95,7 +95,7 @@ class CPixelFormat * @exception PixelFormatError * @conditions none */ - //TODO virtual void getPixel(const uint32_t *pixel, const uint32_t x, const uint32_t y) = 0; + virtual void getPixel(const uint32_t *pixel, const uint32_t x, const uint32_t y) = 0; /** * @method getBitCount -- cgit v1.2.3