diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-05 16:28:33 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-05 16:28:33 -0400 |
commit | a5e41af80978babb5e8046d390d6730f57423294 (patch) | |
tree | c734b7984172f523b4a1fd3d0fcd4b6cdeadd3ed /indra/llui/llpanel.h | |
parent | ca806315a98627b29a4933cbf8b27431ca43dd0f (diff) | |
parent | 3340eb8c7146c6690876e1927c19a11188210814 (diff) |
merge
Diffstat (limited to 'indra/llui/llpanel.h')
-rwxr-xr-x | indra/llui/llpanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llpanel.h b/indra/llui/llpanel.h index d48fab6dd9..02f8c0aba7 100755 --- a/indra/llui/llpanel.h +++ b/indra/llui/llpanel.h @@ -116,7 +116,7 @@ public: /*virtual*/ void draw(); /*virtual*/ BOOL handleKeyHere( KEY key, MASK mask ); /*virtual*/ void handleVisibilityChange ( BOOL new_visibility ); - void handleCloseConfirmation( ); + void handleCloseConfirmation( bool app_quitting ); // From LLFocusableElement |