diff options
Diffstat (limited to 'boost/python/errors.hpp')
-rw-r--r-- | boost/python/errors.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/python/errors.hpp b/boost/python/errors.hpp index 72960d9ea2..1eec6c2fe6 100644 --- a/boost/python/errors.hpp +++ b/boost/python/errors.hpp @@ -14,7 +14,7 @@ namespace boost { namespace python { -struct BOOST_PYTHON_DECL_EXCEPTION error_already_set +struct BOOST_PYTHON_DECL error_already_set { virtual ~error_already_set(); }; |