Fixed type name in OGBox.h

This commit is contained in:
Dillon Aumiller 2012-01-06 22:05:00 -06:00
parent 65818a08da
commit d5680ca09c

View file

@ -39,7 +39,7 @@ typedef struct og_box_child_t
@interface OGBox: OGWidget @interface OGBox: OGWidget
#ifdef OG_WIN32 #ifdef OG_WIN32
{ {
og_child_box_t *firstBorn; og_box_child_t *firstBorn;
} }
#endif #endif