diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2011-02-14 14:45:47 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2011-02-14 14:45:47 -0500 |
commit | 34ba85dd59f64f481f6bc6de0fd9fabf681c7096 (patch) | |
tree | 009c957b5d6159a04f2256d88522d7ca7fe19c7c /indra/llui/llfloaterreglistener.h | |
parent | e15b543dd655e2b93d9cab1326b389b6b04a7522 (diff) | |
parent | dad558250f645ef9d2eea88e0ad18a54ad0402ee (diff) |
Automated merge with http://hg.secondlife.com/viewer-development
Diffstat (limited to 'indra/llui/llfloaterreglistener.h')
-rw-r--r-- | indra/llui/llfloaterreglistener.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloaterreglistener.h b/indra/llui/llfloaterreglistener.h index 586656667c..24311a2dfa 100644 --- a/indra/llui/llfloaterreglistener.h +++ b/indra/llui/llfloaterreglistener.h @@ -47,6 +47,7 @@ private: void showInstance(const LLSD& event) const; void hideInstance(const LLSD& event) const; void toggleInstance(const LLSD& event) const; + void instanceVisible(const LLSD& event) const; void clickButton(const LLSD& event) const; }; |