chart2: MSVC does not like override on destructor
Change-Id: Ib0b00ae64d76e3f867b63d0c16a7095f1aed3ca7
This commit is contained in:
@@ -158,7 +158,7 @@ class GL2DRenderer : public IRenderer
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
GL2DRenderer(ChartView* pView);
|
GL2DRenderer(ChartView* pView);
|
||||||
virtual ~GL2DRenderer() SAL_OVERRIDE;
|
virtual ~GL2DRenderer();
|
||||||
|
|
||||||
virtual void update() SAL_OVERRIDE;
|
virtual void update() SAL_OVERRIDE;
|
||||||
virtual void clickedAt(const Point& rPos, sal_uInt16 nButton) SAL_OVERRIDE;
|
virtual void clickedAt(const Point& rPos, sal_uInt16 nButton) SAL_OVERRIDE;
|
||||||
|
Reference in New Issue
Block a user