diff --git a/public/tier0/icommandline.h b/public/tier0/icommandline.h index 9294bfaa..99924a85 100644 --- a/public/tier0/icommandline.h +++ b/public/tier0/icommandline.h @@ -1,4 +1,4 @@ -//===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======// +//===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======// // // Purpose: // @@ -41,8 +41,8 @@ public: virtual bool HasParm( const char *parm ) = 0; // Additions in 9247927 (2024-10-11) - virtual void CreateCmdLine( const char *commandline, bool unknown ) = 0; - virtual void CreateCmdLine( int argc, char **argv, bool unknown ) = 0; + virtual void CreateCmdLine1( const char *commandline, bool unknown ) = 0; + virtual void CreateCmdLine1( int argc, char **argv, bool unknown ) = 0; }; //-----------------------------------------------------------------------------