summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cbitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ue2/imgsynth2/cbitmap.h')
-rw-r--r--ue2/imgsynth2/cbitmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ue2/imgsynth2/cbitmap.h b/ue2/imgsynth2/cbitmap.h
index df7dc84..c8d4dfb 100644
--- a/ue2/imgsynth2/cbitmap.h
+++ b/ue2/imgsynth2/cbitmap.h
@@ -231,7 +231,8 @@ class CBitmap : public CFile
231 /** pointer to pixelbuffer */ 231 /** pointer to pixelbuffer */
232 uint8_t *m_pixeldata; 232 uint8_t *m_pixeldata;
233 /** colortable map */ 233 /** colortable map */
234 std::map<std::string, CPixelFormat::RGBPIXEL *> m_colortable; 234 //TODO std::map<std::string, CPixelFormat::RGBPIXEL *> m_colortable;
235 std::map<std::string, std::map< std::string, uint32_t* > > xpmColors;
235 /** set of supported PixelFormat handlers */ 236 /** set of supported PixelFormat handlers */
236 std::set<CPixelFormat *> m_handlers; 237 std::set<CPixelFormat *> m_handlers;
237 /** pointer to CPixelFormat implementation */ 238 /** pointer to CPixelFormat implementation */