Codechange: Pass Script Info by reference.
This commit is contained in:
committed by
Peter Nelson
parent
341cdbc16b
commit
a5578166bb
@@ -100,7 +100,7 @@ protected:
|
||||
/**
|
||||
* Get the script name how to store the script in memory.
|
||||
*/
|
||||
virtual std::string GetScriptName(ScriptInfo *info) = 0;
|
||||
virtual std::string GetScriptName(ScriptInfo &info) = 0;
|
||||
|
||||
/**
|
||||
* Get the filename to scan for this type of script.
|
||||
|
||||
Reference in New Issue
Block a user