diff options
Diffstat (limited to 'helpcompiler/source')
-rw-r--r-- | helpcompiler/source/HelpCompiler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/source/HelpCompiler.cxx b/helpcompiler/source/HelpCompiler.cxx index 2f67295783c5..c4a3eaa34282 100644 --- a/helpcompiler/source/HelpCompiler.cxx +++ b/helpcompiler/source/HelpCompiler.cxx @@ -437,7 +437,7 @@ void myparser::traverse( xmlNodePtr parentNode ) } bool HelpCompiler::compile() - throw (HelpProcessingException, BasicCodeTagger::TaggerException) + throw (HelpProcessingException, BasicCodeTagger::TaggerException, std::exception) { // we now have the jaroutputstream, which will contain the document. // now determine the document as a dom tree in variable docResolved |