Woops, forgot to remove static, didn't even notice.

This commit is contained in:
Lirusaito
2016-07-08 02:05:25 -04:00
parent 727a91b689
commit da13f3599c
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}