From 8f46a5b0b98499b98623370b3fa4d15e22d5cbef Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Fri, 28 Apr 2017 22:04:47 +0200 Subject: Code formating (bzr r15649) --- src/live_effects/lpe-line_segment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/lpe-line_segment.cpp') diff --git a/src/live_effects/lpe-line_segment.cpp b/src/live_effects/lpe-line_segment.cpp index cc024fb92..fd23da804 100644 --- a/src/live_effects/lpe-line_segment.cpp +++ b/src/live_effects/lpe-line_segment.cpp @@ -32,7 +32,7 @@ LPELineSegment::LPELineSegment(LivePathEffectObject *lpeobject) : end_type(_("End type:"), _("Determines on which side the line or line segment is infinite."), "end_type", EndTypeConverter, &wr, this, END_OPEN_BOTH) { /* register all your parameters here, so Inkscape knows which parameters this effect has: */ - registerParameter( dynamic_cast(&end_type) ); + registerParameter(&end_type); } LPELineSegment::~LPELineSegment() -- cgit v1.2.3