Made this const for great justice

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40565
This commit is contained in:
Scott Ehlert
2007-03-02 09:15:54 +00:00
parent de588c77b9
commit 9de900d3eb
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -289,7 +289,7 @@ namespace SourceMod
virtual IForward *CreateForward(const char *name,
ExecType et,
unsigned int num_params,
ParamType *types,
const ParamType *types,
...) =0;
/**
@@ -309,7 +309,7 @@ namespace SourceMod
virtual IChangeableForward *CreateForwardEx(const char *name,
ExecType et,
int num_params,
ParamType *types,
const ParamType *types,
...) =0;
/**