aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper_p.h
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-06-01 10:25:04 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:15:24 -0300
commit22bed1fb96a37bdf9d032a801f5577f81832fe76 (patch)
treef4e3efc19ac45bed33a5c15f9688ef6b59d0c538 /libshiboken/basewrapper_p.h
parentedf01fb44b94254eb22959f1b25f8138aa535713 (diff)
optimized keepreference function.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'libshiboken/basewrapper_p.h')
-rw-r--r--libshiboken/basewrapper_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/basewrapper_p.h b/libshiboken/basewrapper_p.h
index f57dc9ca2..25eb12205 100644
--- a/libshiboken/basewrapper_p.h
+++ b/libshiboken/basewrapper_p.h
@@ -36,7 +36,7 @@ namespace Shiboken
* This mapping associates a method and argument of an wrapper object with the wrapper of
* said argument when it needs the binding to help manage its reference counting.
*/
-typedef std::map<std::string, std::list<SbkObject*> > RefCountMap;
+typedef std::map<std::string, std::list<PyObject*> > RefCountMap;
/// Linked list of SbkBaseWrapper pointers