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 ef4f4216f318..b7e88932fcb3 100644
--- a/helpcompiler/inc/HelpLinker.hxx
+++ b/helpcompiler/inc/HelpLinker.hxx
@@ -59,6 +59,7 @@ public:
HelpLinker()
: m_pIndexerPreProcessor(NULL)
, m_bUseLangRoot(true)
+ , m_bCreateIndex(true)
{}
~HelpLinker()
{ delete m_pIndexerPreProcessor; }
@@ -84,6 +85,7 @@ private:
fs::path indexDirParentName;
IndexerPreProcessor* m_pIndexerPreProcessor;
bool m_bUseLangRoot;
+ bool m_bCreateIndex;
void initIndexerPreProcessor();
void link() throw( HelpProcessingException );
void addBookmark( FILE* pFile_DBHelp, std::string thishid,