From 8a90328ab7e1958d5e33f2961ad65c35682d9ce6 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 23 Jul 2020 20:20:26 +0200 Subject: proper ctx export --- common/pybindings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/pybindings.cc') diff --git a/common/pybindings.cc b/common/pybindings.cc index 49acb996..e1a7d313 100644 --- a/common/pybindings.cc +++ b/common/pybindings.cc @@ -145,7 +145,7 @@ PYBIND11_MODULE(MODULE_NAME, m) typedef std::unordered_map IdIdMap; typedef std::unordered_map> RegionMap; - py::class_>(m, "BaseCtx"); + py::class_(m, "BaseCtx"); auto loc_cls = py::class_(m, "Loc") .def(py::init()) -- cgit v1.2.3