diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/lltoolmgr.h | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lltoolmgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/lltoolmgr.h b/linden/indra/newview/lltoolmgr.h index e0f554d..557208b 100644 --- a/linden/indra/newview/lltoolmgr.h +++ b/linden/indra/newview/lltoolmgr.h | |||
@@ -70,6 +70,8 @@ public: | |||
70 | void onAppFocusGained(); | 70 | void onAppFocusGained(); |
71 | void onAppFocusLost(); | 71 | void onAppFocusLost(); |
72 | 72 | ||
73 | void clearSavedTool(); | ||
74 | |||
73 | protected: | 75 | protected: |
74 | friend class LLToolset; // to allow access to setCurrentTool(); | 76 | friend class LLToolset; // to allow access to setCurrentTool(); |
75 | void setCurrentTool(LLTool* tool); | 77 | void setCurrentTool(LLTool* tool); |