summaryrefslogtreecommitdiffstats
path: root/src/trace/siox.cpp
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-07-06 06:30:57 +0000
committerishmal <ishmal@users.sourceforge.net>2008-07-06 06:30:57 +0000
commit63965c424da906f5abab4443f6d376a573df0134 (patch)
tree5baa2187623dc995bf26cc0ab7fc966a91abf833 /src/trace/siox.cpp
parentmove undo commits closer to the UI (diff)
downloadinkscape-63965c424da906f5abab4443f6d376a573df0134.tar.gz
inkscape-63965c424da906f5abab4443f6d376a573df0134.zip
agree with the FIXME
(bzr r6196)
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);
}
/**