Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/PythonQtClassWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct PythonQtDynamicClassInfo;
//! a Python wrapper object for PythonQt wrapped classes
//! which inherits from the Python type object to allow
//! deriving of wrapped CPP classes from Python.
typedef struct {
typedef struct PythonQtClassWrapperStruct {
PyHeapTypeObject _base;

//! the additional class information that PythonQt stores for the CPP class
Expand Down