summaryrefslogtreecommitdiff
path: root/boost/python/detail/exception_handler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/detail/exception_handler.hpp')
-rw-r--r--boost/python/detail/exception_handler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/python/detail/exception_handler.hpp b/boost/python/detail/exception_handler.hpp
index 7f49868be6..fdc9989836 100644
--- a/boost/python/detail/exception_handler.hpp
+++ b/boost/python/detail/exception_handler.hpp
@@ -11,7 +11,7 @@
namespace boost { namespace python { namespace detail {
-struct BOOST_PYTHON_DECL_FORWARD exception_handler;
+struct exception_handler;
typedef function2<bool, exception_handler const&, function0<void> const&> handler_function;