summaryrefslogtreecommitdiff
path: root/helpcompiler/inc
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler/inc')
-rw-r--r--helpcompiler/inc/HelpLinker.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx
index 5e2e88dc70f8..ef4f4216f318 100644
--- a/helpcompiler/inc/HelpLinker.hxx
+++ b/helpcompiler/inc/HelpLinker.hxx
@@ -58,6 +58,7 @@ public:
HelpLinker()
: m_pIndexerPreProcessor(NULL)
+ , m_bUseLangRoot(true)
{}
~HelpLinker()
{ delete m_pIndexerPreProcessor; }
@@ -82,6 +83,7 @@ private:
fs::path indexDirName;
fs::path indexDirParentName;
IndexerPreProcessor* m_pIndexerPreProcessor;
+ bool m_bUseLangRoot;
void initIndexerPreProcessor();
void link() throw( HelpProcessingException );
void addBookmark( FILE* pFile_DBHelp, std::string thishid,