From: ishmal Date: Sun, 6 Jul 2008 06:30:57 +0000 (+0000) Subject: agree with the FIXME X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=696bdb68dc0a34ec011d8542be35ce5dee0341b6;p=inkscape.git agree with the FIXME --- 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); } /**