Codechange: Get/pass ScriptStorage by reference instead of pointer.
This commit is contained in:
committed by
Peter Nelson
parent
55098a2f2e
commit
9ce2aca949
@@ -91,7 +91,7 @@ public:
|
||||
/**
|
||||
* Get the storage of this script.
|
||||
*/
|
||||
class ScriptStorage *GetStorage();
|
||||
class ScriptStorage &GetStorage();
|
||||
|
||||
/**
|
||||
* Get the log pointer of this script.
|
||||
|
||||
Reference in New Issue
Block a user