summaryrefslogtreecommitdiffabout
path: root/include/opkele/expat.h
Side-by-side diff
Diffstat (limited to 'include/opkele/expat.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/expat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opkele/expat.h b/include/opkele/expat.h
index 21be003..c154785 100644
--- a/include/opkele/expat.h
+++ b/include/opkele/expat.h
@@ -20,3 +20,3 @@ namespace opkele {
- operator const XML_Parser(void) const { return _x; }
+ operator XML_Parser(void) const { return _x; }
operator XML_Parser(void) { return _x; }