Skip to content
Snippets Groups Projects
Commit 070ffffa authored by Chris Harris's avatar Chris Harris
Browse files

Update export header after vtkVPICReader move

Change-Id: Ib1af2fe2ffb41d57663fed590795a3b60d2dbf78
parent 21b397d5
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
#ifndef __vtkVPICReader_h
#define __vtkVPICReader_h
#include "vtkIOParallelModule.h" // For export macro
#include "vtkIOVPICModule.h" // For export macro
#include "vtkImageAlgorithm.h"
......@@ -40,7 +40,7 @@ class vtkInformation;
class VPICDataSet;
class GridExchange;
//ETX
class VTKIOPARALLEL_EXPORT vtkVPICReader : public vtkImageAlgorithm
class VTKIOVPIC_EXPORT vtkVPICReader : public vtkImageAlgorithm
{
public:
static vtkVPICReader *New();
......
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