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.cpp1
1 files changed, 1 insertions, 0 deletions
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);