diff --git a/bazaar/CtrlLibBoostPy/Button.cpp b/bazaar/CtrlLibBoostPy/Button.cpp index 56213d7b4..c337c7fb9 100644 --- a/bazaar/CtrlLibBoostPy/Button.cpp +++ b/bazaar/CtrlLibBoostPy/Button.cpp @@ -3,11 +3,66 @@ using namespace boost::python; NAMESPACE_UPP +class ButtonWrap : public Button, public wrapper