Rename "union" semantics to "typeset".

This commit is contained in:
David Anderson
2014-12-09 22:36:42 -08:00
parent 8a8917ba2e
commit 9c98edd104
8 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ native void GetConVarName(Handle convar, char[] name, maxlength);
*/
native bool SendConVarValue(int client, Handle convar, const char[] value);
union ConVarQueryFinished
typeset ConVarQueryFinished
{
// Called when a query to retrieve a client's console variable has finished.
//