From 9ab7d647c155881781f71fd7774a130ddb24a41d Mon Sep 17 00:00:00 2001 From: Leyla Farazha Date: Thu, 21 Jan 2010 15:09:38 -0800 Subject: EXT-3416 Can't name a new gesture on creation (and renaming is HARD) reviewed by Callum --- indra/newview/llgesturemgr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llgesturemgr.h') 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 -- cgit v1.2.3