summaryrefslogtreecommitdiff
path: root/2005/i/robert
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert')
-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 f3e87b6..fbddce3 100644
--- a/2005/i/robert/src/image/raw_reader.cc
+++ b/2005/i/robert/src/image/raw_reader.cc
@@ -31,7 +31,7 @@
RawReader::RawReader (DataInput &data, int width, int height,
Image::PixelFormat pixelFormat)
: data_ (data), width_ (width), height_ (height),
- pixelFormat_ (pixelFormat_)
+ pixelFormat_ (pixelFormat)
{
}