summaryrefslogtreecommitdiffstats
path: root/src/trace/siox.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-07-04 04:36:18 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-07-04 04:36:18 +0000
commitc337c6ac9f4dd9233decbf85c045471dab1b2cb3 (patch)
tree660207ee2ab7229a71e7a66e894822b5feca0293 /src/trace/siox.cpp
parentMark a missing case statement (diff)
downloadinkscape-c337c6ac9f4dd9233decbf85c045471dab1b2cb3.tar.gz
inkscape-c337c6ac9f4dd9233decbf85c045471dab1b2cb3.zip
Mark suspicious ignoring of parameters
(bzr r6143)
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);