diff options
| author | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-07-20 09:01:17 +0000 |
|---|---|---|
| committer | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-07-20 09:01:17 +0000 |
| commit | 3c593bb8da3357514ff5b4f3154d08c4508ad47e (patch) | |
| tree | b6f8b8a12882dee4979d42630af44aa90c046f3d /src/selection.cpp | |
| parent | Renamed children list in SPObject (diff) | |
| download | inkscape-3c593bb8da3357514ff5b4f3154d08c4508ad47e.tar.gz inkscape-3c593bb8da3357514ff5b4f3154d08c4508ad47e.zip | |
Changed arguments and names of selection chemistry functions
(bzr r14954.1.22)
Diffstat (limited to 'src/selection.cpp')
| -rw-r--r-- | src/selection.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/selection.cpp b/src/selection.cpp index 09eaf6c0e..bdd4f0dc7 100644 --- a/src/selection.cpp +++ b/src/selection.cpp @@ -27,15 +27,16 @@ #include "sp-shape.h" #include "sp-path.h" +#include "desktop.h" #include "document.h" #define SP_SELECTION_UPDATE_PRIORITY (G_PRIORITY_HIGH_IDLE + 1) namespace Inkscape { -Selection::Selection(LayerModel *layers, SPDesktop *desktop) : +Selection::Selection(LayerModel *layers, SPDesktop *desktop): + ObjectSet(desktop), _layers(layers), - _desktop(desktop), _selection_context(NULL), _flags(0), _idle(0) |
