diff options
Diffstat (limited to 'indra/newview/llpaneltopinfobar.h')
-rw-r--r-- | indra/newview/llpaneltopinfobar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpaneltopinfobar.h b/indra/newview/llpaneltopinfobar.h index 5dbfc05118..db922ef424 100644 --- a/indra/newview/llpaneltopinfobar.h +++ b/indra/newview/llpaneltopinfobar.h @@ -53,9 +53,9 @@ public: void handleLoginComplete(); /** - * Called when show/hide panel top info bar. + * Called when the top info bar gets shown or hidden */ - void onShow(const LLSD& show); + void onVisibilityChange(const LLSD& show); private: class LLParcelChangeObserver; |