From kde-commits Sun Jan 23 13:05:37 2011 From: Johannes Simon Date: Sun, 23 Jan 2011 13:05:37 +0000 To: kde-commits Subject: [calligra] plugins/chartshape/kdchart/src Message-Id: <20110123130537.CDA20A6092 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129578798016134 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 +}