Fixed type name in OGBox.h
This commit is contained in:
parent
65818a08da
commit
d5680ca09c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in a new issue