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