Just do it!

This commit is contained in:
Lirusaito
2016-04-15 03:43:34 -04:00
parent 62e8400c3c
commit cd66c61214
2 changed files with 2 additions and 2 deletions

View File

@@ -9062,7 +9062,7 @@ class ListShowLog : public view_listener_t
{
bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata)
{
void show_log_browser(const LLUUID& id)
void show_log_browser(const LLUUID& id);
for (const LLUUID& id : get_focused_list_ids_selected())
show_log_browser(id);
return true;