aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/typeresolver.h
diff options
context:
space:
mode:
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)