Skip to content

Commit 42783ad

Browse files
committed
Add PLUGIN_API macro to XYLine class for InteractivePlot
1 parent ae61fbd commit 42783ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Processors/Visualization/InteractivePlot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ struct PLUGIN_API XYRange
6969
Represents a line on a 2D plot
7070
7171
*/
72-
class XYLine
72+
class PLUGIN_API XYLine
7373
{
7474
public:
7575
/** Creates a line from vectors of x and y values */

0 commit comments

Comments
 (0)