aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/qproperty_p.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-10-06 16:38:35 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-10-07 11:44:07 -0300
commitf2c59b613b28bfc8c1351d09ec7edaaedb174bfc (patch)
treef67f52ba8ce35dbc9c422ee17a15f80677496123 /libpyside/qproperty_p.h
parent16ccce72d8c2763051806a5fc9caa574fa1dcc61 (diff)
Move structs tagged as "export C" outside C++ namespaces.
Also don't export structs that don't need to be exported.
Diffstat (limited to 'libpyside/qproperty_p.h')
-rw-r--r--libpyside/qproperty_p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libpyside/qproperty_p.h b/libpyside/qproperty_p.h
index dbd6dd107..85380f687 100644
--- a/libpyside/qproperty_p.h
+++ b/libpyside/qproperty_p.h
@@ -25,6 +25,11 @@
#include <Python.h>
+extern "C"
+{
+ extern PyTypeObject PySideQPropertyType;
+}; //extern "C"
+
namespace PySide
{