fix an important bug: ifacecheck was parsing only <sectiondef> with kind==public...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 10 Jan 2009 22:07:05 +0000 (22:07 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 10 Jan 2009 22:07:05 +0000 (22:07 +0000)
commit5fa507c8cadd72e5b9765167897baf00f48ac7ea
treeb94bded86141c3ef271b52174f9891a426f6a17c
parentaaf37267a8d038f61f06c4a12d16bf3df38fc3be
fix an important bug: ifacecheck was parsing only <sectiondef> with kind==public-func or kind==protected-func; it was ignoring kind==user-defined and in any case the access specifier must be taken from the 'prot' attribute of <memberdef> nodes instead

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
utils/ifacecheck/src/ifacecheck.cpp
utils/ifacecheck/src/xmlparser.cpp