summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 48c5a52)
raw | patch | inline | side by side (parent: 48c5a52)
author | ishmal <ishmal@users.sourceforge.net> | |
Sun, 6 Jul 2008 06:30:57 +0000 (06:30 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Sun, 6 Jul 2008 06:30:57 +0000 (06:30 +0000) |
src/trace/siox.cpp | patch | blob | history |
diff --git a/src/trace/siox.cpp b/src/trace/siox.cpp
index bce5987849a8ec282278c9f971f5c3bd4c188e91..adddd5f4465a8f54ee632e8eda522d60d485a77b 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);
+ init(widthArg, heightArg);
}
/**