From 0c28346f224b6bbc3e62501a528a2553dcb8b3f7 Mon Sep 17 00:00:00 2001 From: andreas <andreas@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Fri, 23 Jul 2010 13:43:11 +0000 Subject: [PATCH] added missing exports for overlay manager git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2588 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- modules/gui/pymod/wrap_gui.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gui/pymod/wrap_gui.cc b/modules/gui/pymod/wrap_gui.cc index d8a26914f..53dffcc83 100644 --- a/modules/gui/pymod/wrap_gui.cc +++ b/modules/gui/pymod/wrap_gui.cc @@ -50,6 +50,7 @@ void export_Input(); #ifdef OST_IMG_ENABLED void export_data_viewer(); void export_overlay(); +void export_overlay_manager(); #endif #include <boost/python/to_python_converter.hpp> @@ -128,5 +129,6 @@ BOOST_PYTHON_MODULE(_gui) #if OST_IMG_ENABLED export_data_viewer(); export_overlay(); + export_overlay_manager(); #endif } -- GitLab