From 5cf2f8d1ea60537f0c2061451b83e8eb2ba3eefa Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Mon, 1 Feb 2021 10:23:21 -0800 Subject: Seperate PipRange types in pybindings_shared. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- common/arch_pybindings_shared.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/arch_pybindings_shared.h b/common/arch_pybindings_shared.h index 8bb93a80..88f95020 100644 --- a/common/arch_pybindings_shared.h +++ b/common/arch_pybindings_shared.h @@ -91,9 +91,9 @@ fn_wrapper_1a, conv_from_str>::def_wrap(ctx_cls, "getConflictingPipNet"); -fn_wrapper_1a, +fn_wrapper_1a, conv_from_str>::def_wrap(ctx_cls, "getPipsDownhill"); -fn_wrapper_1a, +fn_wrapper_1a, conv_from_str>::def_wrap(ctx_cls, "getPipsUphill"); fn_wrapper_1a, -- cgit v1.2.3