diff options
Diffstat (limited to 'indra/newview/llpreviewnotecard.h')
-rw-r--r-- | indra/newview/llpreviewnotecard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewnotecard.h b/indra/newview/llpreviewnotecard.h index 1c801abf59..7175a764ec 100644 --- a/indra/newview/llpreviewnotecard.h +++ b/indra/newview/llpreviewnotecard.h @@ -101,7 +101,7 @@ protected: void* user_data, S32 status, LLExtStat ext_status); - static void handleSaveChangesDialog(S32 option, void* userdata); + bool handleSaveChangesDialog(const LLSD& notification, const LLSD& response); virtual const char *getTitleName() const { return "Note"; } |