clsptr -> cls.

This commit is contained in:
Jonathan Schleifer 2012-04-08 21:06:46 +02:00
parent 794d352d33
commit 1b72ec95bf
4 changed files with 10 additions and 10 deletions

View file

@ -30,7 +30,7 @@
#include "cfwclass.h"
typedef struct CFWObject {
CFWClass *clsptr;
CFWClass *cls;
int ref_cnt;
} CFWObject;