summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/image/raw_reader.cc
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/image/raw_reader.cc')
-rw-r--r--2005/i/robert/src/image/raw_reader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/2005/i/robert/src/image/raw_reader.cc b/2005/i/robert/src/image/raw_reader.cc
index e77df08..f3e87b6 100644
--- a/2005/i/robert/src/image/raw_reader.cc
+++ b/2005/i/robert/src/image/raw_reader.cc
@@ -38,7 +38,7 @@ RawReader::RawReader (DataInput &data, int width, int height,
/// Récupère les paramètres de l'image.
void
RawReader::getParam (int &width, int &height,
- Image::PixelFormat &pixelFormat) const
+ Image::PixelFormat &pixelFormat)
{
width = width_;
height = height_;