Skip to content
Snippets Groups Projects
Commit 762628fb authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkPointSetToMoleculeFilter: export the class properly

parent 44b0a8fe
No related branches found
No related tags found
No related merge requests found
Pipeline #123531 failed
......@@ -26,9 +26,10 @@
#ifndef vtkPointSetToMoleculeFilter_h
#define vtkPointSetToMoleculeFilter_h
#include "vtkDomainsChemistryModule.h" // For export macro
#include "vtkMoleculeAlgorithm.h"
class VTK_EXPORT vtkPointSetToMoleculeFilter : public vtkMoleculeAlgorithm
class VTKDOMAINSCHEMISTRY_EXPORT vtkPointSetToMoleculeFilter : public vtkMoleculeAlgorithm
{
public:
static vtkPointSetToMoleculeFilter* 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