diff options
Diffstat (limited to 'indra/newview/llemote.h')
-rw-r--r-- | indra/newview/llemote.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llemote.h b/indra/newview/llemote.h index c330d0bfc0..ede07b6db1 100644 --- a/indra/newview/llemote.h +++ b/indra/newview/llemote.h @@ -88,6 +88,8 @@ public: // called when a motion is deactivated virtual void onDeactivate(); + virtual BOOL canDeprecate() { return FALSE; } + static BOOL getIndexFromName( const char* name, U32* index ); protected: |