summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 449c1df)
raw | patch | inline | side by side (parent: 449c1df)
author | joncruz <joncruz@users.sourceforge.net> | |
Fri, 4 Jul 2008 04:36:18 +0000 (04:36 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Fri, 4 Jul 2008 04:36:18 +0000 (04:36 +0000) |
src/trace/siox.cpp | patch | blob | history |
diff --git a/src/trace/siox.cpp b/src/trace/siox.cpp
index c69af04a165c85266a3897e98cdd8576018dac8e..bce5987849a8ec282278c9f971f5c3bd4c188e91 100644 (file)
--- a/src/trace/siox.cpp
+++ b/src/trace/siox.cpp
/**
* 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);