From c337c6ac9f4dd9233decbf85c045471dab1b2cb3 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 4 Jul 2008 04:36:18 +0000 Subject: Mark suspicious ignoring of parameters (bzr r6143) --- src/trace/siox.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/trace/siox.cpp') 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); -- cgit v1.2.3