Skip to content

Commit ed578a9

Browse files
class -> struct
1 parent 0cb5f5d commit ed578a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonBuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ namespace classdesc
419419
};
420420

421421

422-
class CppWrapper;
422+
struct CppWrapper;
423423
void attachRegistryObjects(const RESTProcess_t& registry, CppWrapper& object,const std::string& prefix);
424424

425425
struct CppWrapper: public CppPyObject

0 commit comments

Comments
 (0)