summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/stroke-style.cpp')
-rw-r--r--src/widgets/stroke-style.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/stroke-style.cpp b/src/widgets/stroke-style.cpp
index 5bd1b5d8d..48f0e3d78 100644
--- a/src/widgets/stroke-style.cpp
+++ b/src/widgets/stroke-style.cpp
@@ -952,8 +952,8 @@ StrokeStyle::updateLine()
std::vector<SPItem*> const objects(sel->items().begin(), sel->items().end());
if (objects.size()) {
- SPObject * const object = objects[0];
- SPStyle * const style = object->style;
+ SPObject *const object = objects[0];
+ SPStyle *const style = object->style;
/* Markers */
updateAllMarkers(objects, true); // FIXME: make this desktop query too