aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/typeresolver.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-11-10 11:42:46 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:08:57 -0300
commit4c0e03c6fefefd75c270b2b47eb0d240301ade0e (patch)
tree937d41e0ede39b1cfdaef4a1524c5ff7912b7716 /libshiboken/typeresolver.h
parent4de6fd579daeb965871713d1da0625bd684758c3 (diff)
SbkBaseWrapperType and some other functions used by Python C-API moved outside C++ namespaces.
Diffstat (limited to 'libshiboken/typeresolver.h')
-rw-r--r--libshiboken/typeresolver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libshiboken/typeresolver.h b/libshiboken/typeresolver.h
index b11678e2b..4e23b970d 100644
--- a/libshiboken/typeresolver.h
+++ b/libshiboken/typeresolver.h
@@ -26,11 +26,11 @@
#include "shibokenmacros.h"
#include "conversions.h"
+class SbkBaseWrapperType;
+
namespace Shiboken
{
-class SbkBaseWrapperType;
-
/* To C++ convertion functions. */
template <typename T>
inline void* pythonToValueType(PyObject* pyobj, void** data, bool alloc)