Code

agree with the FIXME
authorishmal <ishmal@users.sourceforge.net>
Sun, 6 Jul 2008 06:30:57 +0000 (06:30 +0000)
committerishmal <ishmal@users.sourceforge.net>
Sun, 6 Jul 2008 06:30:57 +0000 (06:30 +0000)
src/trace/siox.cpp

index bce5987849a8ec282278c9f971f5c3bd4c188e91..adddd5f4465a8f54ee632e8eda522d60d485a77b 100644 (file)
@@ -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);
 }
 
 /**