clsptr -> cls.
This commit is contained in:
parent
794d352d33
commit
1b72ec95bf
4 changed files with 10 additions and 10 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "cfwclass.h"
|
||||
|
||||
typedef struct CFWObject {
|
||||
CFWClass *clsptr;
|
||||
CFWClass *cls;
|
||||
int ref_cnt;
|
||||
} CFWObject;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue