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