diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2014-07-15 23:07:09 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2014-07-15 23:07:09 +0000 |
| commit | 70fbc57aa2ae064f92fbc4e6c8950b5c90e4ccac (patch) | |
| tree | d1f6261e0b50f36714d7b344fb0a7fc596dbcc19 /src/2geom/path.cpp | |
| parent | autogen: Check for autopoint before attempting to run it (diff) | |
| download | inkscape-70fbc57aa2ae064f92fbc4e6c8950b5c90e4ccac.tar.gz inkscape-70fbc57aa2ae064f92fbc4e6c8950b5c90e4ccac.zip | |
Warnings cleaup.
(bzr r13454)
Diffstat (limited to 'src/2geom/path.cpp')
| -rw-r--r-- | src/2geom/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/path.cpp b/src/2geom/path.cpp index fc4d72028..3558af3b3 100644 --- a/src/2geom/path.cpp +++ b/src/2geom/path.cpp @@ -110,7 +110,7 @@ Path &Path::operator*=(Translate const &m) { Sequence::iterator it; Point prev; for (it = get_curves().begin() ; it != last ; ++it) { - //*(const_cast<Curve*>(&**it)) *= m; + // *(const_cast<Curve*>(&**it)) *= m; const_cast<Curve*>(it->get())->operator*=(m); if ( it != get_curves().begin() && (*it)->initialPoint() != prev ) { THROW_CONTINUITYERROR(); |
