diff options
Diffstat (limited to 'indra/llui/llstatview.h')
-rw-r--r-- | indra/llui/llstatview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llstatview.h b/indra/llui/llstatview.h index af4db7d7ea..044f0a8679 100644 --- a/indra/llui/llstatview.h +++ b/indra/llui/llstatview.h @@ -63,7 +63,7 @@ protected: friend class LLUICtrlFactory; protected: - std::string mSetting; - + const std::string mSetting; }; + #endif // LL_STATVIEW_ |