diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-11 16:33:04 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-11 16:33:04 +0000 |
commit | 3e41917403fb3519adac2343ca21a1f289596621 (patch) | |
tree | a9af2889f2197fc2d5901934eec95cd74633be5d /indra/llui/llkeywords.h | |
parent | f6d8e55eb9e9ec377e3a9ce9b25de702c3239090 (diff) |
Removing no longer used member variable, adding method to reset the mLoaded status
Diffstat (limited to 'indra/llui/llkeywords.h')
-rwxr-xr-x | indra/llui/llkeywords.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llkeywords.h b/indra/llui/llkeywords.h index f14605157d..074cedfc63 100755 --- a/indra/llui/llkeywords.h +++ b/indra/llui/llkeywords.h @@ -110,6 +110,7 @@ public: ~LLKeywords(); void addColorGroup(const std::string key_in, const LLColor4 color); + void clearLoaded() { mLoaded = false; } LLColor4 getColorGroup(const std::string key_in); BOOL loadFromFile(); BOOL loadFromFile(const std::string& filename); |