summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cpixmap.h
diff options
context:
space:
mode:
authorGünther Neuwirth <e0626638@student.tuwien.ac.at>2009-04-29 23:00:30 +0200
committerGünther Neuwirth <e0626638@student.tuwien.ac.at>2009-04-29 23:00:30 +0200
commitb03b7611a300d3004b445be45e07c40ae0d13032 (patch)
tree28131a6a5fb0f0d73bea0b2481dbf2e1a58b3f48 /ue2/imgsynth2/cpixmap.h
parentf2872bfd97f9297b1446f1fd6595a32dc509f301 (diff)
downloadooprog-b03b7611a300d3004b445be45e07c40ae0d13032.tar.gz
ooprog-b03b7611a300d3004b445be45e07c40ae0d13032.tar.bz2
ooprog-b03b7611a300d3004b445be45e07c40ae0d13032.zip
assimilation
Diffstat (limited to 'ue2/imgsynth2/cpixmap.h')
-rw-r--r--ue2/imgsynth2/cpixmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ue2/imgsynth2/cpixmap.h b/ue2/imgsynth2/cpixmap.h
index 6e147ed..c7537cd 100644
--- a/ue2/imgsynth2/cpixmap.h
+++ b/ue2/imgsynth2/cpixmap.h
@@ -112,8 +112,8 @@ class CPixMap : public CBitmap
112 uint32_t yHotspot; 112 uint32_t yHotspot;
113 113
114 /* color tables*/ 114 /* color tables*/
115 std::map<unsigned const char, std::map< std::string, std::string > > xpmColors; 115 // std::map<std::string, std::map< std::string, std::string > > xpmColors;
116 116 // std::map<std::string, uint32_t[3]> xpmColors;
117 117
118 118
119 } PIXMAP_FILEHEADER; 119 } PIXMAP_FILEHEADER;