graph: add SPOT_API on public classes.
* src/graph/graph.hh, src/graph/ngraph.hh: Here.
This commit is contained in:
parent
c793d3f13a
commit
f968c4ed67
2 changed files with 10 additions and 9 deletions
|
|
@ -30,7 +30,7 @@ namespace spot
|
|||
typename State_Name,
|
||||
typename Name_Hash = std::hash<State_Name>,
|
||||
typename Name_Equal = std::equal_to<State_Name>>
|
||||
class named_graph
|
||||
class SPOT_API named_graph
|
||||
{
|
||||
protected:
|
||||
Graph& g_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue