View Single Post
Old 11 October 2023, 20:35   #14
bebbo
bye
 
Join Date: Jun 2016
Location: Some / Where
Posts: 680
in the header Include_H/workbench/workbench.h:88

Code:
    STRPTR *		do_ToolTypes;
should rather be
Code:
    CONST_STRPTR *		do_ToolTypes;
to match
Code:
UBYTE *FindToolType( CONST_STRPTR *toolTypeArray, CONST_STRPTR typeName );
bebbo is offline  
 
Page generated in 0.04199 seconds with 11 queries