From 9dbb73d5add1539a4a032b311ffe044c6e3ed067 Mon Sep 17 00:00:00 2001 From: joncruz Date: Fri, 4 Jul 2008 04:36:18 +0000 Subject: [PATCH] Mark suspicious ignoring of parameters --- src/trace/siox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/trace/siox.cpp b/src/trace/siox.cpp index c69af04a1..bce598784 100644 --- a/src/trace/siox.cpp +++ b/src/trace/siox.cpp @@ -343,6 +343,7 @@ 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); -- 2.30.2