Skip to content
Snippets Groups Projects
Commit d85fa872 authored by Marcus D. Hanwell's avatar Marcus D. Hanwell
Browse files

COMP: Added export macros for events in charts.

This issue became apparent on Windows while testing the modular build
system as the 2D rendering is now separate from the charts classes
there.

Change-Id: Ic83146945b1af113c3f9674369abaace4b8833da
parent b6a0563e
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
class vtkRenderWindowInteractor;
class vtkContextKeyEvent
class VTK_CHARTS_EXPORT vtkContextKeyEvent
{
public:
vtkContextKeyEvent();
......
......@@ -26,7 +26,7 @@
class vtkRenderWindowInteractor;
class vtkContextMouseEvent
class VTK_CHARTS_EXPORT vtkContextMouseEvent
{
public:
// Description:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment