diff options
Diffstat (limited to 'indra/newview/llimpanel.h')
-rw-r--r-- | indra/newview/llimpanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimpanel.h b/indra/newview/llimpanel.h index caed94ebc1..d54ac794b7 100644 --- a/indra/newview/llimpanel.h +++ b/indra/newview/llimpanel.h @@ -37,7 +37,7 @@ public: // Check typing timeout timer. /*virtual*/ void draw(); - /*virtual*/ void close(bool app_quitting = FALSE); + /*virtual*/ void onClose(bool app_quitting = FALSE); // add target ids to the session. // Return TRUE if successful, otherwise FALSE. |