summaryrefslogtreecommitdiff
path: root/helpcompiler/inc/HelpCompiler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler/inc/HelpCompiler.hxx')
-rw-r--r--helpcompiler/inc/HelpCompiler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx
index 6982b11eea14..b2ea7518a655 100644
--- a/helpcompiler/inc/HelpCompiler.hxx
+++ b/helpcompiler/inc/HelpCompiler.hxx
@@ -231,7 +231,7 @@ public:
const std::string &in_module,
const std::string &in_lang,
bool in_bExtensionMode);
- bool compile() throw (HelpProcessingException, BasicCodeTagger::TaggerException);
+ bool compile() throw (HelpProcessingException, BasicCodeTagger::TaggerException, std::exception);
private:
xmlDocPtr getSourceDocument(const fs::path &filePath);
static void tagBasicCodeExamples(xmlDocPtr doc);