summaryrefslogtreecommitdiffstats
path: root/basegfx/source/polygon/b3dpolygontools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/polygon/b3dpolygontools.cxx')
-rw-r--r--basegfx/source/polygon/b3dpolygontools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b3dpolygontools.cxx b/basegfx/source/polygon/b3dpolygontools.cxx
index 1282ddbd216e..377b05802986 100644
--- a/basegfx/source/polygon/b3dpolygontools.cxx
+++ b/basegfx/source/polygon/b3dpolygontools.cxx
@@ -199,7 +199,7 @@ namespace basegfx::utils
// we want to create a maximum of fNumberOfAllowedSnippets. In 3D
// use less for fNumberOfAllowedSnippets, ca. 6553.6, double due to line & gap.
// Less in 3D due to potentially blowing up to rounded line segments.
- static double fNumberOfAllowedSnippets(6553.5 * 2.0);
+ static const double fNumberOfAllowedSnippets(6553.5 * 2.0);
const double fAllowedLength((fNumberOfAllowedSnippets * fDotDashLength) / double(rDotDashArray.size()));
const double fCandidateLength(basegfx::utils::getLength(rCandidate));
std::vector<double> aDotDashArray(rDotDashArray);