diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-01-21 15:09:38 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-01-21 15:09:38 -0800 |
commit | 9ab7d647c155881781f71fd7774a130ddb24a41d (patch) | |
tree | 18227509d4e09e228f5fe823dd91669d69a0cfb3 /indra/newview/llgesturemgr.h | |
parent | cdc5e5f494d3a961ad1b1ba4b17bfd049bc7b1c8 (diff) |
EXT-3416 Can't name a new gesture on creation (and renaming is HARD)
reviewed by Callum
Diffstat (limited to 'indra/newview/llgesturemgr.h')
-rw-r--r-- | indra/newview/llgesturemgr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llgesturemgr.h b/indra/newview/llgesturemgr.h index c562587c6f..3dd184ddc7 100644 --- a/indra/newview/llgesturemgr.h +++ b/indra/newview/llgesturemgr.h @@ -140,6 +140,9 @@ public: void removeObserver(LLGestureManagerObserver* observer); void notifyObservers(); + // Overriding so we can update active gesture names and notify observers + void changed(U32 mask); + BOOL matchPrefix(const std::string& in_str, std::string* out_str); // Copy item ids into the vector |