Merge pull request #1726 from akva2/set_visibility
changed: explicitly set visibility on PyRunModule
This commit is contained in:
commit
7f0700431a
@ -38,7 +38,7 @@ class Schedule;
|
|||||||
class SummaryState;
|
class SummaryState;
|
||||||
|
|
||||||
|
|
||||||
class PyRunModule {
|
class __attribute__((visibility("default"))) PyRunModule {
|
||||||
public:
|
public:
|
||||||
PyRunModule(std::shared_ptr<const Python> python, const std::string& fname);
|
PyRunModule(std::shared_ptr<const Python> python, const std::string& fname);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user