summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/image/raw_reader.hh
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/image/raw_reader.hh')
-rw-r--r--2005/i/robert/src/image/raw_reader.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/2005/i/robert/src/image/raw_reader.hh b/2005/i/robert/src/image/raw_reader.hh
index e62452d..b5ecd78 100644
--- a/2005/i/robert/src/image/raw_reader.hh
+++ b/2005/i/robert/src/image/raw_reader.hh
@@ -41,7 +41,7 @@ class RawReader : public ImageReader
Image::PixelFormat pixelFormat);
/// Récupère les paramètres de l'image.
void getParam (int &width, int &height,
- Image::PixelFormat &pixelFormat) const;
+ Image::PixelFormat &pixelFormat);
/// Lit une image, lance une exception en cas d'erreur.
void read (uint8_t *buf, unsigned size);
};