Codechange: Pass Script Info by reference.
This commit is contained in:
committed by
Peter Nelson
parent
341cdbc16b
commit
a5578166bb
@@ -87,7 +87,7 @@ public:
|
||||
/**
|
||||
* Process the creation of a FileInfo object.
|
||||
*/
|
||||
static SQInteger Constructor(HSQUIRRELVM vm, ScriptInfo *info);
|
||||
static SQInteger Constructor(HSQUIRRELVM vm, ScriptInfo &info);
|
||||
|
||||
/**
|
||||
* Get the scanner which has found this ScriptInfo.
|
||||
|
||||
Reference in New Issue
Block a user