From 696bdb68dc0a34ec011d8542be35ce5dee0341b6 Mon Sep 17 00:00:00 2001 From: ishmal Date: Sun, 6 Jul 2008 06:30:57 +0000 Subject: [PATCH] agree with the FIXME --- src/trace/siox.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/trace/siox.cpp b/src/trace/siox.cpp index bce598784..adddd5f44 100644 --- a/src/trace/siox.cpp +++ b/src/trace/siox.cpp @@ -343,10 +343,9 @@ public: /** * Create an image with the given width and height */ -// TODO check this. Seems bad that the params are ignored SioxImage::SioxImage(unsigned int widthArg, unsigned int heightArg) { - init(width, height); + init(widthArg, heightArg); } /** -- 2.30.2