summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/saxhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/saxhelper.cxx')
-rw-r--r--xmlsecurity/source/xmlsec/saxhelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/saxhelper.cxx b/xmlsecurity/source/xmlsec/saxhelper.cxx
index 075167865815..be771e099251 100644
--- a/xmlsecurity/source/xmlsec/saxhelper.cxx
+++ b/xmlsecurity/source/xmlsec/saxhelper.cxx
@@ -217,7 +217,7 @@ void SAXHelper::setCurrentNode(const xmlNodePtr pNode)
/**
* XDocumentHandler -- start an xml document
*/
-void SAXHelper::startDocument( void )
+void SAXHelper::startDocument()
throw( cssxs::SAXException , cssu::RuntimeException )
{
if( m_pParserCtxt == NULL)
@@ -246,7 +246,7 @@ void SAXHelper::startDocument( void )
/**
* XDocumentHandler -- end an xml document
*/
-void SAXHelper::endDocument( void )
+void SAXHelper::endDocument()
throw( cssxs::SAXException , cssu::RuntimeException )
{
m_pSaxHandler->endDocument( m_pParserCtxt ) ;