Code

Mark suspicious ignoring of parameters
authorjoncruz <joncruz@users.sourceforge.net>
Fri, 4 Jul 2008 04:36:18 +0000 (04:36 +0000)
committerjoncruz <joncruz@users.sourceforge.net>
Fri, 4 Jul 2008 04:36:18 +0000 (04:36 +0000)
src/trace/siox.cpp

index c69af04a165c85266a3897e98cdd8576018dac8e..bce5987849a8ec282278c9f971f5c3bd4c188e91 100644 (file)
@@ -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);