On Mon, 26 Feb 2007, Andreas Falkenhahn wrote: > > Hi, > > not sure if this is a bug: It seems that NList actually writes to the hook > specified in > MUIA_NList_ConstructHook or MUIA_NList_DestructHook. I always declared my > hooks as "static const struct Hook" but that crashes under OS4 final. I have > to > remove the "const" from the declaration. Then it works with NList. > > With the List class from MUI, "const" hooks work fine. So I would argue for a > fix in NList here.
Hook should not be declared const because of struct MinNode. ------------------------ Yahoo! Groups Sponsor --------------------~--> Transfer from your equities account. Receive up to $1,000 from GFT. Click here to learn more. http://us.click.yahoo.com/aZttyC/X_xQAA/cosFAA/16uqlB/TM --------------------------------------------------------------------~-> Visit http://www.amiga.dk/tumult for MUI-related information, especially about MUI custom classes. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/MUI/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/MUI/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
