Git commit 2e71fe66e0129b09f9712b1d592e00b074edb8a1 by Johannes Simon Pushed by jsimon into branch master Backported compilation fix for windows from KD Chart SVN by Bjoern: "implemented an uncalled method introduced by the KDChart Private macros, this is only a problem und windows because the gcc gently ignores everything he is not using" M +7 -1 plugins/chartshape/kdchart/src/KDChartRadarCoordinatePlane.cpp http://commits.kde.org/47e7010d/2e71fe66e0129b09f9712b1d592e00b074edb8a1 diff --git a/plugins/chartshape/kdchart/src/KDChartRadarCoordinatePlane.cpp b/plugins/chartshape/kdchart/src/KDChartRadarCoordinatePlane.cpp index 7fa390c..2ae4358 100644 --- a/plugins/chartshape/kdchart/src/KDChartRadarCoordinatePlane.cpp +++ b/plugins/chartshape/kdchart/src/KDChartRadarCoordinatePlane.cpp @@ -44,4 +44,10 @@ void KDChart::RadarCoordinatePlane::setTextAttributes(const KDChart::TextAttribu const KDChart::TextAttributes RadarCoordinatePlane::textAttributes() const { return d->textAttributes; -} \ No newline at end of file + +} + +void RadarCoordinatePlane::init() +{ + // this bloc left empty intentionally +}