From d89793616e32cace99b5b76e47d51d141b20c7f2 Mon Sep 17 00:00:00 2001 From: Denis Serdjuk Date: Mon, 28 Dec 2009 17:44:54 +0200 Subject: implemented minor task EXT-3454 Code improvements: Replace old-style calback with boost::function in the LLFloaterAvatarPicker --HG-- branch : product-engine --- indra/newview/llpanelblockedlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llpanelblockedlist.h') diff --git a/indra/newview/llpanelblockedlist.h b/indra/newview/llpanelblockedlist.h index 0993f46f79..1ef16a02f4 100644 --- a/indra/newview/llpanelblockedlist.h +++ b/indra/newview/llpanelblockedlist.h @@ -78,7 +78,7 @@ private: void onPickBtnClick(); void onBlockByNameClick(); - static void callbackBlockPicked(const std::vector& names, const std::vector& ids, void* user_data); + void callbackBlockPicked(const std::vector& names, const std::vector& ids); static void callbackBlockByName(const std::string& text); private: -- cgit v1.2.3