Skip to content
Snippets Groups Projects
Commit 9f5ac155 authored by Hahn, Steven's avatar Hahn, Steven
Browse files

Try fixing Windows linking issues.

parent c6c0c8a0
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#include "vtkCutter.h" #include "vtkCutter.h"
class VTKFILTERSCORE_EXPORT AlignedCutter : public vtkCutter { class VTK_EXPORT AlignedCutter : public vtkCutter {
public: public:
vtkTypeMacro(AlignedCutter, vtkCutter); vtkTypeMacro(AlignedCutter, vtkCutter);
vtkSetMacro(AxisNumber, int); vtkSetMacro(AxisNumber, int);
......
...@@ -32,8 +32,7 @@ ...@@ -32,8 +32,7 @@
#include "vtkPVClientServerCoreRenderingModule.h" //needed for exports #include "vtkPVClientServerCoreRenderingModule.h" //needed for exports
#include "vtkThreeSliceFilter.h" #include "vtkThreeSliceFilter.h"
class VTKPVCLIENTSERVERCORERENDERING_EXPORT AlignedThreeSliceFilter class VTK_EXPORT AlignedThreeSliceFilter : public vtkThreeSliceFilter {
: public vtkThreeSliceFilter {
public: public:
vtkTypeMacro(AlignedThreeSliceFilter, vtkThreeSliceFilter); vtkTypeMacro(AlignedThreeSliceFilter, vtkThreeSliceFilter);
/** /**
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
#include "vtkGeometryRepresentation.h" #include "vtkGeometryRepresentation.h"
class VTKPVCLIENTSERVERCORERENDERING_EXPORT class VTK_EXPORT vtkAlignedGeometrySliceRepresentation
vtkAlignedGeometrySliceRepresentation : public vtkGeometryRepresentation { : public vtkGeometryRepresentation {
public: public:
static vtkAlignedGeometrySliceRepresentation *New(); static vtkAlignedGeometrySliceRepresentation *New();
vtkTypeMacro(vtkAlignedGeometrySliceRepresentation, vtkTypeMacro(vtkAlignedGeometrySliceRepresentation,
......
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