diff options
Diffstat (limited to 'indra/llui/lluictrlfactory.h')
-rw-r--r-- | indra/llui/lluictrlfactory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llui/lluictrlfactory.h b/indra/llui/lluictrlfactory.h index 8638986c9f..3e22e196b0 100644 --- a/indra/llui/lluictrlfactory.h +++ b/indra/llui/lluictrlfactory.h @@ -87,8 +87,7 @@ private: std::deque<const LLCallbackMap::map_t*> mFactoryStack; - - static std::vector<std::string> mXUIPaths; + static std::vector<std::string> sXUIPaths; LLPanel* mDummyPanel; }; |