diff options
Diffstat (limited to 'indra/newview/llpreviewgesture.h')
-rw-r--r-- | indra/newview/llpreviewgesture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewgesture.h b/indra/newview/llpreviewgesture.h index 3b07608134..bbe9486bfd 100644 --- a/indra/newview/llpreviewgesture.h +++ b/indra/newview/llpreviewgesture.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); // Write UI back into gesture LLMultiGesture* createGesture(); |