summaryrefslogtreecommitdiff
path: root/shell/inc/internal/xml_parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/internal/xml_parser.hxx')
-rw-r--r--shell/inc/internal/xml_parser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/inc/internal/xml_parser.hxx b/shell/inc/internal/xml_parser.hxx
index 80083b105843..7dc51c79a355 100644
--- a/shell/inc/internal/xml_parser.hxx
+++ b/shell/inc/internal/xml_parser.hxx
@@ -102,7 +102,7 @@ public:
/** Returns the currently used document handler or null if
no document handler was set before. */
- i_xml_parser_event_handler* get_document_handler() const;
+ i_xml_parser_event_handler* get_document_handler() const { return document_handler_;}
private:
void init();