From: SourceForge.net <no...@so...> - 2003-05-23 14:59:48
|
Patches item #742379, was opened at 2003-05-23 14:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312999&aid=742379&group_id=12999 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jonathan Wakely (redi) Assigned to: Nobody/Anonymous (nobody) Summary: Correct comments in saxparser files Initial Comment: The comments describing the getEntity callbacks say you must overload the callback, but the correct term for replacing a virtual function in a subclass is to override. Patch replaces overload with override. It also corrects the file name in the comment at the very start of saxparser.h ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312999&aid=742379&group_id=12999 |