summaryrefslogtreecommitdiff
path: root/helpcompiler/inc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-02-26 14:55:52 +0100
committerDavid Tardon <dtardon@redhat.com>2013-02-26 15:24:53 +0100
commitf094641d3ad1be5f2b09c2ed9c63fd6e18bd6799 (patch)
treec9566a3d4e9f859498368d44991eed4997302e30 /helpcompiler/inc
parent2f1c0be4533dc476fc23b82502360c5abc13906b (diff)
add opt -nolangroot needed for gbuild
Change-Id: Id76dfc5698619f8095e0c682ae4ce5e181c9a599
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,