diff --git a/class.h b/class.h index 7993052..a00043e 100644 --- a/class.h +++ b/class.h @@ -101,12 +101,12 @@ struct objc_class * Pointer to the .cxx_construct method if one exists. This method needs * to be called outside of the normal dispatch mechanism. */ - IMP cxx_construct; + IMP cxx_construct; /** * Pointer to the .cxx_destruct method if one exists. This method needs to * be called outside of the normal dispatch mechanism. */ - IMP cxx_destruct; + IMP cxx_destruct; /** * A pointer to the next sibling class to this. You may find all * subclasses of a given class by following the subclass_list pointer and