changed: explicitly set visibility on PyRunModule
to avoid warnings for the pybind11 members with hidden visibility
This commit is contained in:
parent
89503cd4d9
commit
23dccd9c54
@ -38,7 +38,7 @@ class Schedule;
|
||||
class SummaryState;
|
||||
|
||||
|
||||
class PyRunModule {
|
||||
class __attribute__((visibility("default"))) PyRunModule {
|
||||
public:
|
||||
PyRunModule(std::shared_ptr<const Python> python, const std::string& fname);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user