Skip to content

Commit

Permalink
Woops, forgot to remove static, didn't even notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
LiruMouse committed Jul 8, 2016
1 parent 727a91b commit da13f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indra/newview/llfloateravatarlist.cpp
Expand Up @@ -1355,7 +1355,7 @@ void send_eject(const LLUUID& avatar_id, bool ban)
}
}

static void send_estate_message(const std::string request, const std::vector<std::string>& strings);
void send_estate_message(const std::string request, const std::vector<std::string>& strings);

static void cmd_append_names(const LLAvatarListEntry* entry, std::string &str, std::string &sep)
{ if(!str.empty())str.append(sep);str.append(entry->getName()); }
Expand Down
2 changes: 1 addition & 1 deletion indra/newview/llviewermenu.cpp
Expand Up @@ -9182,7 +9182,7 @@ class ListFreeze : public view_listener_t
}
};

static void send_estate_message(const std::string request, const std::vector<std::string>& strings)
void send_estate_message(const std::string request, const std::vector<std::string>& strings)
{
LLRegionInfoModel::sendEstateOwnerMessage(gMessageSystem, request, LLFloaterRegionInfo::getLastInvoice(), strings);
}
Expand Down

0 comments on commit da13f35

Please sign in to comment.