diff options
author | prep <prep@lindenlab.com> | 2013-06-03 16:10:46 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-06-03 16:10:46 -0400 |
commit | c81b685b4217b3c321815e1993d39fb0b479a767 (patch) | |
tree | 5faba0482e6b9b8c74f9ebda861b294779e33e9b /indra/llui/llpanel.h | |
parent | 7f2cf1fa9cf7c09af8eeab3aa077eb0a9922d631 (diff) |
Fix for sh-4221 Sometimes ctrl+q needed to be hit twice
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 |