From 91fe791bdbcaadd917210f89f7580f6fc52b1287 Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Tue, 4 Jan 2022 14:10:54 +0100 Subject: [PATCH] Add comment --- core/python/bindings/src/core.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/python/bindings/src/core.h b/core/python/bindings/src/core.h index 17352854..74bd087b 100644 --- a/core/python/bindings/src/core.h +++ b/core/python/bindings/src/core.h @@ -81,6 +81,8 @@ public: } }; +// Helper class to expose protected member function onNewSolution +// https://pybind11.readthedocs.io/en/stable/advanced/classes.html#binding-protected-member-functions class PubMonitoringGenerator : public MonitoringGenerator { public: