diff options
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r-- | indra/llui/llfloater.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index a743081335..05e513ed1d 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -183,7 +183,8 @@ public: /*virtual*/ LLView* getRootMostFastFrameView(); - static void closeByMenu(void *userdata); + static void closeFocusedFloater(); + static void onClickClose(void *userdata); static void onClickMinimize(void *userdata); static void onClickTearOff(void *userdata); |