diff options
Diffstat (limited to 'stats/zvalues.h')
-rw-r--r-- | stats/zvalues.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stats/zvalues.h b/stats/zvalues.h index 1b6dc5d22..118c488c0 100644 --- a/stats/zvalues.h +++ b/stats/zvalues.h @@ -6,6 +6,7 @@ #ifndef ZVALUES_H struct ZValues { + static constexpr double grid = -1.0; static constexpr double series = 0.0; static constexpr double axes = 1.0; static constexpr double seriesLabels = 2.0; |