tiny tweak to object.h
all I managed before falling asleep, ha
This commit is contained in:
parent
62836151d4
commit
e59b74b646
@ -34,6 +34,10 @@
|
||||
extern "C" {
|
||||
#endif /*__cplusplus*/
|
||||
|
||||
/* Handy!
|
||||
*/
|
||||
#define VIPS_UNREF( O ) IM_FREEF( g_object_unref, (O) )
|
||||
|
||||
typedef struct _VipsObject VipsObject;
|
||||
typedef struct _VipsObjectClass VipsObjectClass;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user