Browse Source

* Fix recursive type declaration.

peter 23 năm trước cách đây
mục cha
commit
2a8cff3e51
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      packages/extra/gnome1/gnome/libgnomeui/gnomemdichild.inc

+ 2 - 2
packages/extra/gnome1/gnome/libgnomeui/gnomemdichild.inc

@@ -16,8 +16,8 @@ type
      end;
    GNOME_MDI_CHILD = PGnomeMDIChild;
 
-   TGnomeMDIChildClass = ^TGnomeMDIChildClass;
-   PGnomeMDIChildClass = record
+   PGnomeMDIChildClass = ^TGnomeMDIChildClass;
+   TGnomeMDIChildClass = record
         parent_class : TGtkObjectClass;
         create_view : TGnomeMDIChildViewCreator;
         create_menus : TGnomeMDIChildMenuCreator;