From 95965034e3ce5e559f0338a65753aaa5dd02937e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 6 Nov 2015 09:45:37 +0000 Subject: coverity#1338258 Uncaught exception Change-Id: I61032db81c012f2120bdd971111155d660eef5b4 --- helpcompiler/source/HelpCompiler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcompiler/source') 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 -- cgit