Codechange: Get/pass ScriptStorage by reference instead of pointer.

This commit is contained in:
Peter Nelson
2025-07-14 17:01:43 +01:00
committed by Peter Nelson
parent 55098a2f2e
commit 9ce2aca949
3 changed files with 49 additions and 48 deletions

View File

@@ -91,7 +91,7 @@ public:
/**
* Get the storage of this script.
*/
class ScriptStorage *GetStorage();
class ScriptStorage &GetStorage();
/**
* Get the log pointer of this script.