[AIS] Apparently friending a class isn't friendly enough.

This commit is contained in:
Router Gray
2020-01-22 01:38:40 -06:00
parent 4b2e358783
commit 138cf5d4f8

View File

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