1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-08 10:13:28 +08:00

Fix return type on TakeConVarSnapshot

This commit is contained in:
Nick Hastings 2023-04-02 11:51:42 -04:00 committed by Nicholas Hastings
parent 8cf41ac590
commit 7c0eabfd64

View File

@ -86,7 +86,7 @@ public:
virtual void ResetConVarsToDefaultValues(const char *pszSearchString) = 0;
virtual ConVarSnapshot_t TakeConVarSnapshot() = 0;
virtual ConVarSnapshot_t *TakeConVarSnapshot() = 0;
virtual void ResetConVarsFromSnapshot(ConVarSnapshot_t *snapshot) = 0;
virtual void DestroyConVarSnapshot(ConVarSnapshot_t *snapshot) = 0;