diff options
Diffstat (limited to 'indra/llui/lluictrlfactory.cpp')
-rw-r--r-- | indra/llui/lluictrlfactory.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/llui/lluictrlfactory.cpp b/indra/llui/lluictrlfactory.cpp index 1d37061ae8..983cc53f69 100644 --- a/indra/llui/lluictrlfactory.cpp +++ b/indra/llui/lluictrlfactory.cpp @@ -149,7 +149,11 @@ void LLUICtrlFactory::setupPaths() } } - +// static +const std::vector<std::string>& LLUICtrlFactory::getXUIPaths() +{ + return sXUIPaths; +} //----------------------------------------------------------------------------- // getLayeredXMLNode() |