diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-01 10:32:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-01 10:56:16 +0100 |
commit | cbfaf0c7945c68befac41a1e6561a49398cb6826 (patch) | |
tree | 00df33f542d108cf42cb7b11ba92d2beaee81046 /chart2 | |
parent | e5d60c4754a64cd31c30ab60a2eca242fdd5dc86 (diff) |
coverity#1219805 Uninitialized scalar field
Change-Id: Id6b15e8515d73cb5bdf4bc6d02d235ebc7e282da
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/GL3DBarChart.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index f29202eeae13..f80ea9976527 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -36,6 +36,7 @@ GL3DBarChart::GL3DBarChart( mnStepsTotal(0), mnMaxX(0), mnMaxY(0), + mnDistance(0.0), mnCornerId(0), mbBlockUserInput(false), mbNeedsNewRender(true), |