From d5680ca09c7a7c3e82e68aa25bd2cb674864e40d Mon Sep 17 00:00:00 2001 From: Dillon Aumiller Date: Fri, 6 Jan 2012 22:05:00 -0600 Subject: [PATCH] Fixed type name in OGBox.h --- headers/OGBox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/OGBox.h b/headers/OGBox.h index 0f90772..aacba99 100644 --- a/headers/OGBox.h +++ b/headers/OGBox.h @@ -39,7 +39,7 @@ typedef struct og_box_child_t @interface OGBox: OGWidget #ifdef OG_WIN32 { - og_child_box_t *firstBorn; + og_box_child_t *firstBorn; } #endif