diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-07-04 04:36:18 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-07-04 04:36:18 +0000 |
| commit | c337c6ac9f4dd9233decbf85c045471dab1b2cb3 (patch) | |
| tree | 660207ee2ab7229a71e7a66e894822b5feca0293 /src | |
| parent | Mark a missing case statement (diff) | |
| download | inkscape-c337c6ac9f4dd9233decbf85c045471dab1b2cb3.tar.gz inkscape-c337c6ac9f4dd9233decbf85c045471dab1b2cb3.zip | |
Mark suspicious ignoring of parameters
(bzr r6143)
Diffstat (limited to 'src')
| -rw-r--r-- | src/trace/siox.cpp | 1 |
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); |
