From bc601c472c484a6e8a1bd7ede2a49948c7b93f28 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 17 Jun 2024 16:54:24 -0400 Subject: [PATCH] xo-pyutil: remove stray character --- include/xo/pyutil/pycaller.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/pyutil/pycaller.hpp b/include/xo/pyutil/pycaller.hpp index 85bf6652..8368c060 100644 --- a/include/xo/pyutil/pycaller.hpp +++ b/include/xo/pyutil/pycaller.hpp @@ -13,7 +13,7 @@ namespace xo { namespace pyutil { struct pycaller_base { virtual ~pycaller_base() = default; -g + static pybind11::module & declare_once(pybind11::module & m) { static bool s_once = false; if (!s_once) {