diff --git a/include/boost/python/detail/caller.hpp b/include/boost/python/detail/caller.hpp index 557359f5..2834d6da 100644 --- a/include/boost/python/detail/caller.hpp +++ b/include/boost/python/detail/caller.hpp @@ -124,7 +124,7 @@ template const signature_element* get_ret() }; return &ret; -}; +} #endif