chiark / gitweb /
constify CanonImage->rgb and make a copy in find_islandname
[ypp-sc-tools.db-live.git] / pctb / common.h
index 52f57d699c4cefd959d300bc44349038d7e4e5a8..210f23ac4834baa516d8b707025ca956e93e3083 100644 (file)
@@ -49,7 +49,7 @@
 
 typedef struct {
   int w,h;
-  struct RgbImage *rgb;
+  const struct RgbImage *rgb;
   char d[];
 } CanonImage;