Fix compilation issue with BeginAuthSession forward.

This commit is contained in:
Ryan Stecker
2014-04-05 14:14:45 -05:00
parent 9183ae8b68
commit a45e33863b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -41,6 +41,7 @@ class SteamWorksGSHooks
private:
IForward *pFORR; /* On Restart Requested. */
IForward *pFOTR; /* On Token Requested. */
IForward *pOBAS; /* On Begin Auth Session. */
unsigned char uHooked;
};