Error in source ../wiki/Datatypes_Library

Report errors, omissions, etc. regarding the AmigaOS Documentation Wiki here.
Post Reply
Kamelito
Posts: 14
Joined: Sat Sep 10, 2016 1:48 pm

Error in source ../wiki/Datatypes_Library

Post by Kamelito »

Step to reproduce :
Goto : http://wiki.amigaos.net/wiki/Datatypes_Library
Look for "A Picture Class Example"
Search for line : "if( res = Intuition->IDoMethodA(dtobject, &mygpLayout) )"
Result : the example won't compile because it should be "if( res = IIntuition->IDoMethodA(dtobject, &mygpLayout) )"

Kamelito
User avatar
ssolie
Beta Tester
Beta Tester
Posts: 1010
Joined: Mon Dec 20, 2010 8:51 pm
Location: Canada
Contact:

Re: Error in source ../wiki/Datatypes_Library

Post by ssolie »

Fixed.
ExecSG Team Lead
Kamelito
Posts: 14
Joined: Sat Sep 10, 2016 1:48 pm

Re: Error in source ../wiki/Datatypes_Library

Post by Kamelito »

verified fixed.
Kamelito
Post Reply