diff options
Diffstat (limited to 'indra/newview/llpanelavatar.h')
-rw-r--r-- | indra/newview/llpanelavatar.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llpanelavatar.h b/indra/newview/llpanelavatar.h index f54da2538f..cbc4c55b52 100644 --- a/indra/newview/llpanelavatar.h +++ b/indra/newview/llpanelavatar.h @@ -194,6 +194,10 @@ public: /*virtual*/ void refresh(); + // If can close, return TRUE. If cannot close, pop save/discard dialog + // and return FALSE. + BOOL canClose(); + void apply(); BOOL titleIsValid(); @@ -247,6 +251,10 @@ public: /*virtual*/ BOOL postBuild(void); + // If can close, return TRUE. If cannot close, pop save/discard dialog + // and return FALSE. + BOOL canClose(); + void setAvatar(LLViewerObject *avatarp); // Fill in the avatar ID and handle some field fill-in, as well as |