~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/shape-editor.cpp

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include "desktop.h"
23
23
#include "desktop-handles.h"
24
24
#include "knotholder.h"
25
 
#include "live_effects/parameter/pointparam-knotholder.h"
 
25
#include "live_effects/parameter/point.h"
26
26
#include "nodepath.h"
27
27
#include "xml/node-event-vector.h"
28
28
#include "preferences.h"
75
75
                }
76
76
 
77
77
                this->grab_node = -1;
78
 
                sp_nodepath_destroy(this->nodepath);
 
78
                delete this->nodepath;
79
79
                this->nodepath = NULL;
80
80
            }
81
81
            break;