summaryrefslogtreecommitdiffstats
path: root/src/trace/siox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace/siox.cpp')
-rw-r--r--src/trace/siox.cpp3
1 files changed, 1 insertions, 2 deletions
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);
}
/**