Skip to content
Snippets Groups Projects
Commit 2a1b5dad authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Export DomainSimulationBuilder to dll

parent 9ddde858
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
#ifndef DOMAINSIMULATIONBUILDER_H
#define DOMAINSIMULATIONBUILDER_H
#include "WinDllMacros.h"
class GISASSimulation;
class MultiLayerItem;
......@@ -25,7 +26,7 @@ class SimulationOptionsItem;
//! The DomainSimulationBuilder class builds the domain simulation
//! from instrument and sample models.
class DomainSimulationBuilder
class BA_CORE_API_ DomainSimulationBuilder
{
public:
static GISASSimulation *getSimulation(const MultiLayerItem *sampleItem,
......
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