We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fef3c6 commit 0cb5f5dCopy full SHA for 0cb5f5d
pythonBuffer.h
@@ -671,7 +671,7 @@ namespace classdesc
671
return cppWrapperType;
672
}
673
674
- inline CppWrapper::CppWrapper(const RPPtr& command, bool special): command(command), special(special) {
+ inline CppWrapper::CppWrapper(const RPPtr& command, bool special): special(special), command(command) {
675
ob_refcnt=1;
676
ob_type=&CppWrapperTypeSingleton();
677
0 commit comments