summaryrefslogtreecommitdiff
path: root/indra/llui/llfloaterreglistener.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2011-02-14 14:45:47 -0500
committerNat Goodspeed <nat@lindenlab.com>2011-02-14 14:45:47 -0500
commit34ba85dd59f64f481f6bc6de0fd9fabf681c7096 (patch)
tree009c957b5d6159a04f2256d88522d7ca7fe19c7c /indra/llui/llfloaterreglistener.h
parente15b543dd655e2b93d9cab1326b389b6b04a7522 (diff)
parentdad558250f645ef9d2eea88e0ad18a54ad0402ee (diff)
Automated merge with http://hg.secondlife.com/viewer-development
Diffstat (limited to 'indra/llui/llfloaterreglistener.h')
-rw-r--r--indra/llui/llfloaterreglistener.h1
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;
};