Skip to content

Commit c1b709c

Browse files
committed
Parser: Correct the SaxParserCallback prototype declaration.
1 parent 0f5aa54 commit c1b709c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libxml++/parsers/parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern "C" {
2626

2727
namespace xmlpp {
2828

29-
class SaxParserCallback; // Remove, when handle_exception() is made protected.
29+
struct SaxParserCallback; // Remove, when handle_exception() is made protected.
3030

3131
/** XML parser.
3232
*

0 commit comments

Comments
 (0)