malichao / GerberCAM

GerberCAM – Opensource PCB G-code Generator
http://lichaoma.com/2015/11/14/gerbercam-a-pcb-tool-path-generator/
27 stars 19 forks source link

Compilation Error Toolapi #2

Open claus007 opened 1 year ago

claus007 commented 1 year ago

source/setting.h:92:5: error: ISO C++ forbids declaration of ‘appendTool’ with no type [-fpermissive] 92 | appendTool(tool t); | ^~~~~~ source/setting.h:95:5: error: ISO C++ forbids declaration of ‘replaceTool’ with no type [-fpermissive] 95 | replaceTool(int index, tool t); | ^~~