diff options
Diffstat (limited to 'indra/newview/llfloaterpostcard.h')
-rw-r--r-- | indra/newview/llfloaterpostcard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpostcard.h b/indra/newview/llfloaterpostcard.h index 28248f65df..94c619c7e5 100644 --- a/indra/newview/llfloaterpostcard.h +++ b/indra/newview/llfloaterpostcard.h @@ -65,7 +65,7 @@ public: static void updateUserInfo(const std::string& email); static void onMsgFormFocusRecieved(LLFocusableElement* receiver, void* data); - static void missingSubjMsgAlertCallback(S32 option, void* data); + bool missingSubjMsgAlertCallback(const LLSD& notification, const LLSD& response); void sendPostcard(); |