mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-25 18:47:16 +01:00
Update all existing code to always receive StackStrF as a const reference.
This commit is contained in:
@@ -332,7 +332,7 @@ public:
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* Modify the associated user tag and allow chaining of operations.
|
||||
*/
|
||||
Routine & ApplyTag(StackStrF & tag);
|
||||
Routine & ApplyTag(const StackStrF & tag);
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* Modify the associated user data and allow chaining of operations.
|
||||
|
||||
Reference in New Issue
Block a user