From 7729b390d0b8ca82192158cae3865e31b0365573 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Mon, 28 Dec 2009 16:41:50 -0300 Subject: Fixes type system templates for methods with bool* as parameter. Template functions like "fix_bool*" were converting the bool "ok" value to various types except bool, and "fix_bool*,arg" was using the wrong C++ argument. Tests were also added. Reviewed by Hugo Parente --- PySide/typesystem_templates.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'PySide/typesystem_templates.xml') diff --git a/PySide/typesystem_templates.xml b/PySide/typesystem_templates.xml index cc283e9f1..b8f1981f3 100644 --- a/PySide/typesystem_templates.xml +++ b/PySide/typesystem_templates.xml @@ -5,22 +5,22 @@