diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-10-22 16:19:13 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-10-22 16:19:13 +0000 |
| commit | 8dfc25432f0c295a80b419206f48da043054dcd3 (patch) | |
| tree | 28ac1aaf10f0da9c55ad1808cf14466de58e82d4 /src/snapper.h | |
| parent | cppcheck (diff) | |
| download | inkscape-8dfc25432f0c295a80b419206f48da043054dcd3.tar.gz inkscape-8dfc25432f0c295a80b419206f48da043054dcd3.zip | |
cppcheck: variable initialisation / fix possible memory leak
(bzr r10688)
Diffstat (limited to 'src/snapper.h')
| -rw-r--r-- | src/snapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapper.h b/src/snapper.h index aabdfdfb6..f5fbd4fdc 100644 --- a/src/snapper.h +++ b/src/snapper.h @@ -39,7 +39,7 @@ namespace Inkscape class Snapper { public: - Snapper() {} + //Snapper() {} //does not seem to be used somewhere Snapper(SnapManager *sm, ::Geom::Coord const t); virtual ~Snapper() {} |
