diff --git a/include/pybind11/pybind11.h b/include/pybind11/pybind11.h index fbde332a5..285fc5346 100644 --- a/include/pybind11/pybind11.h +++ b/include/pybind11/pybind11.h @@ -1335,7 +1335,7 @@ Ret init(CFunc &&c, AFunc &&a) { template detail::initimpl::pickle_factory pickle(GetState &&g, SetState &&s) { return {std::forward(g), std::forward(s)}; -}; +} /// Binds C++ enumerations and enumeration classes to Python template class enum_ : public class_ {