diff options
| author | Jabiertxof <jtx@jtx> | 2017-04-28 20:05:42 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-04-28 20:05:42 +0000 |
| commit | 9b3948644c69d361173f4fae82b46ef43d5ea923 (patch) | |
| tree | 5f6d8dc007370e50c5d809f6461302581e17ac5f /src/live_effects/lpe-parallel.cpp | |
| parent | Update to trunk (diff) | |
| parent | Code formating (diff) | |
| download | inkscape-9b3948644c69d361173f4fae82b46ef43d5ea923.tar.gz inkscape-9b3948644c69d361173f4fae82b46ef43d5ea923.zip | |
Update to trunk
(bzr r15620.1.11)
Diffstat (limited to 'src/live_effects/lpe-parallel.cpp')
| -rw-r--r-- | src/live_effects/lpe-parallel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/lpe-parallel.cpp b/src/live_effects/lpe-parallel.cpp index 276749c43..271442c7d 100644 --- a/src/live_effects/lpe-parallel.cpp +++ b/src/live_effects/lpe-parallel.cpp @@ -51,9 +51,9 @@ LPEParallel::LPEParallel(LivePathEffectObject *lpeobject) : show_orig_path = true; _provides_knotholder_entities = true; - registerParameter(dynamic_cast<Parameter *>(&offset_pt)); - registerParameter( dynamic_cast<Parameter *>(&length_left) ); - registerParameter( dynamic_cast<Parameter *>(&length_right) ); + registerParameter(&offset_pt); + registerParameter(&length_left); + registerParameter(&length_right); } LPEParallel::~LPEParallel() |
