From 871a08552d72b49f39761a6b99cce12a0765f3cd Mon Sep 17 00:00:00 2001 From: renatofilho Date: Fri, 1 Oct 2010 16:49:00 -0300 Subject: Implement generation support to target conversion. Reviewer: Luciano Wolf Marcelo Lira --- libshiboken/conversions.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libshiboken/conversions.h') diff --git a/libshiboken/conversions.h b/libshiboken/conversions.h index 142fad009..376b1aca5 100644 --- a/libshiboken/conversions.h +++ b/libshiboken/conversions.h @@ -711,6 +711,10 @@ struct StdMapConverter } }; + +// class used to translate python objects to another type +template struct PythonConverter {}; + } // namespace Shiboken #endif // CONVERSIONS_H -- cgit v1.2.3