changed: explicitly set visibility on PyRunModule

to avoid warnings for the pybind11 members with hidden visibility
This commit is contained in:
Arne Morten Kvarving 2020-04-21 09:18:59 +02:00
parent 89503cd4d9
commit 23dccd9c54

View File

@ -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);