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/cpixmap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ue2/imgsynth2/cpixmap.h') diff --git a/ue2/imgsynth2/cpixmap.h b/ue2/imgsynth2/cpixmap.h index 10f2b33..5316987 100644 --- a/ue2/imgsynth2/cpixmap.h +++ b/ue2/imgsynth2/cpixmap.h @@ -214,11 +214,11 @@ class CPixmap : public CBitmap uint32_t xHotspot; /** Y-Position Hotspots */ uint32_t yHotspot; - /* is hotspot set */ + /** is hotspot set */ bool _HOTSPOT; - /* XPMEXT extension tag found*/ + /** XPMEXT extension tag found*/ bool _XPMEXT; - /* unchanged extension */ + /** unchanged extension */ std::string extension; } PIXMAP_FILEHEADER; -- cgit v1.2.3