From 138cf5d4f8ee11ce1a1c037a276f5ae0d61700ed Mon Sep 17 00:00:00 2001 From: Router Gray Date: Wed, 22 Jan 2020 01:38:40 -0600 Subject: [PATCH] [AIS] Apparently friending a class isn't friendly enough. --- indra/newview/llaisapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llaisapi.h b/indra/newview/llaisapi.h index 2328b0e79..b37edbc78 100644 --- a/indra/newview/llaisapi.h +++ b/indra/newview/llaisapi.h @@ -72,7 +72,7 @@ private: static std::string getInvCap(); static std::string getLibCap(); - static void InvokeAISCommandCoro(AISCommand* responder, + static void InvokeAISCommandCoro(class AISCommand* responder, std::string url, LLUUID targetId, LLSD body, completion_t callback, COMMAND_TYPE type); };