summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cpixelformat.h
diff options
context:
space:
mode:
authormanuel <manuel@clan-server.at>2009-04-28 18:32:15 +0200
committermanuel <manuel@clan-server.at>2009-04-28 18:32:15 +0200
commit5f499a8233c7bb68b52b8fdeddac9a06061ea4d7 (patch)
tree894f18cf427eb83c6463a92da76f4a3808a8187c /ue2/imgsynth2/cpixelformat.h
parentd7893436cefc6b3cef78ad765dba4fa1740d0f15 (diff)
downloadooprog-5f499a8233c7bb68b52b8fdeddac9a06061ea4d7.tar.gz
ooprog-5f499a8233c7bb68b52b8fdeddac9a06061ea4d7.tar.bz2
ooprog-5f499a8233c7bb68b52b8fdeddac9a06061ea4d7.zip
Moved a lot of stuff around to get abstract cbitmap working
Diffstat (limited to 'ue2/imgsynth2/cpixelformat.h')
-rw-r--r--ue2/imgsynth2/cpixelformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ue2/imgsynth2/cpixelformat.h b/ue2/imgsynth2/cpixelformat.h
index 0568dd4..911a141 100644
--- a/ue2/imgsynth2/cpixelformat.h
+++ b/ue2/imgsynth2/cpixelformat.h
@@ -95,7 +95,7 @@ class CPixelFormat
95 * @exception PixelFormatError 95 * @exception PixelFormatError
96 * @conditions none 96 * @conditions none
97 */ 97 */
98 virtual void getPixel(const uint32_t *pixel, const uint32_t x, const uint32_t y) = 0; 98 virtual void getPixel(uint32_t *pixel, const uint32_t x, const uint32_t y) = 0;
99 99
100 /** 100 /**
101 * @method getBitCount 101 * @method getBitCount