From bc94c4be2e7e37f1f3e8892dc115e61ed6b640e7 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 2 May 2009 18:57:22 +0200 Subject: corrected cpixelformat constructor added classdiagramm --- ue2/imgsynth2/cpixelformat_indexed8.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ue2/imgsynth2/cpixelformat_indexed8.h') diff --git a/ue2/imgsynth2/cpixelformat_indexed8.h b/ue2/imgsynth2/cpixelformat_indexed8.h index 331d423..ac18b87 100644 --- a/ue2/imgsynth2/cpixelformat_indexed8.h +++ b/ue2/imgsynth2/cpixelformat_indexed8.h @@ -10,7 +10,6 @@ #include #include "cpixelformat.h" -#include "cpixmap.h" /** * @class CPixelFormat_Indexed8 @@ -24,14 +23,14 @@ class CPixelFormat_Indexed8 : public CPixelFormat /** * @method CPixelFormat_Indexed8 * @brief Default ctor - * @param pixmap pointer to CPixmap instance + * @param bitmap pointer to CBitmap instance * @return - * @globalvars none * @exception none * @conditions none */ - CPixelFormat_Indexed8(CPixmap *pixmap) - : CPixelFormat(pixmap) + CPixelFormat_Indexed8(CBitmap *bitmap) + : CPixelFormat(bitmap) {} /** -- cgit v1.2.3