Base: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -326,7 +326,7 @@ public:
|
||||
return StatusBits.test(NoTrack);
|
||||
}
|
||||
|
||||
typedef void* PointerType;
|
||||
using PointerType = void*;
|
||||
|
||||
private:
|
||||
void setAttributeOf(const char* attr, PyObject* par);
|
||||
|
||||
Reference in New Issue
Block a user