diff options
Diffstat (limited to 'helpcompiler/source/HelpLinker.cxx')
-rw-r--r-- | helpcompiler/source/HelpLinker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx index 62d364583f2a..4bbe2b6bd23e 100644 --- a/helpcompiler/source/HelpLinker.cxx +++ b/helpcompiler/source/HelpLinker.cxx @@ -377,7 +377,7 @@ void HelpLinker::link() throw( HelpProcessingException ) xhpFile = fs::path(xhpFileName, fs::native); } - HelpCompiler hc( streamTable, xhpFile, langsourceRoot, + HelpCompiler hc( streamTable, xhpFile, langsourceRoot, zipdir, embeddStylesheet, module, lang, bExtensionMode ); HCDBG(std::cerr << "before compile of " << xhpFileName << std::endl); |