Skip to content

Commit

Permalink
Fixed ILuaConVars
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed May 14, 2024
1 parent db64cac commit 0b9abe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ILuaConVars.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class ILuaConVars
{
public:
//virtual ~ILuaConVars( ) = 0;
virtual ~ILuaConVars( ) = 0;
virtual void Init( ) = 0;
virtual ConVar *CreateConVar( const char *, const char *, const char *, int ) = 0;
virtual ConCommand *CreateConCommand( const char *, const char *, int, FnCommandCallback_t, FnCommandCompletionCallback) = 0;
Expand Down

0 comments on commit 0b9abe3

Please sign in to comment.