X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fpool.h;h=50f1b3a8f04fe9f75f138a2d5e54169a244e72d4;hb=3fb75ef418267cb0f7370d365b3a37b8013fbee9;hp=6fa1326d91e92d6f7ca1d596734d8cbe14762114;hpb=8cb7f6033972a3cacb5c5ecf89ade2ada4658e62;p=swftools.git diff --git a/lib/as3/pool.h b/lib/as3/pool.h index 6fa1326..50f1b3a 100644 --- a/lib/as3/pool.h +++ b/lib/as3/pool.h @@ -51,6 +51,7 @@ struct _pool { typedef enum access_type {ACCESS_STANDARD=0x16, ACCESS_PACKAGE=0x16, + ACCESS_PUBLIC=0x16, ACCESS_PACKAGEINTERNAL=0x17, ACCESS_PROTECTED=0x18, ACCESS_EXPLICIT=0x19,