1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-03 07:27:11 +02:00

Update all existing code to always receive StackStrF as a const reference.

This commit is contained in:
Sandu Liviu Catalin
2016-11-16 15:10:33 +02:00
parent 64a2957129
commit 5f8c2f6cc5
29 changed files with 78 additions and 78 deletions

View File

@ -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.