summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/style.h b/src/style.h
index 9784ee48d..9e592b78f 100644
--- a/src/style.h
+++ b/src/style.h
@@ -205,8 +205,11 @@ public:
SPIScale24 stroke_opacity;
/** Marker list */
- SPIString marker[SP_MARKER_LOC_QTY];
-
+ SPIString marker;
+ SPIString marker_start;
+ SPIString marker_mid;
+ SPIString marker_end;
+ SPIString* marker_ptrs[SP_MARKER_LOC_QTY];
/** Filter effect */
SPIFilter filter;