diff options
Diffstat (limited to 'indra/newview/lltool.h')
-rw-r--r-- | indra/newview/lltool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltool.h b/indra/newview/lltool.h index f0e1b170bd..d67a0d7d24 100644 --- a/indra/newview/lltool.h +++ b/indra/newview/lltool.h @@ -58,6 +58,8 @@ public: virtual void handleSelect() { } // do stuff when your tool is selected virtual void handleDeselect() { } // clean up when your tool is deselected + virtual LLTool* getOverrideTool(MASK mask); + // isAlwaysRendered() - return true if this is a tool that should // always be rendered regardless of selection. virtual BOOL isAlwaysRendered() { return FALSE; } |