https://github.com/jrincayc/ucblogo-code
Revision f08a5292addbda506ce9226021477ec46c0754d9 authored by Jan Rękorajski on 10 April 2016, 17:42:52 UTC, committed by Barak A. Pearlmutter on 22 July 2020, 19:33:19 UTC
fix build with wxWidgets 3.0

Build with wxWidgets support.

Gbp-Pq: Name wx3.0.patch
1 parent ba1966d
Raw File
Tip revision: f08a5292addbda506ce9226021477ec46c0754d9 authored by Jan Rękorajski on 10 April 2016, 17:42:52 UTC
wxWidgets 3.0
Tip revision: f08a529
obj.h
NODE *getInheritedProcWithParent(NODE *name, NODE *obj, NODE **parent);
NODE *getInheritedProcWithParentList(NODE *name,
                                     NODE *parentList, NODE **parent);
NODE *getInheritedProc(NODE *name, NODE *obj);
back to top