summaryrefslogtreecommitdiff
path: root/indra/llcharacter/llgesture.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcharacter/llgesture.h')
-rw-r--r--indra/llcharacter/llgesture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/llgesture.h b/indra/llcharacter/llgesture.h
index f1b83a4b50..f8504d06d2 100644
--- a/indra/llcharacter/llgesture.h
+++ b/indra/llcharacter/llgesture.h
@@ -90,7 +90,7 @@ public:
bool triggerAndReviseString(const std::string &string, std::string* revised_string);
// Used for construction from UI
- S32 count() const { return mList.size(); }
+ S32 count() const { return static_cast<S32>(mList.size()); }
virtual LLGesture* get(S32 i) const { return mList.at(i); }
virtual void put(LLGesture* gesture) { mList.push_back( gesture ); }
void deleteAll();