mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-06 08:57:11 +02:00
Update all existing code to always receive StackStrF as a const reference.
This commit is contained in:
@ -69,7 +69,7 @@ void CPickup::SetTag(const StackStrF & tag)
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
CPickup & CPickup::ApplyTag(StackStrF & tag)
|
||||
CPickup & CPickup::ApplyTag(const StackStrF & tag)
|
||||
{
|
||||
SetTag(tag);
|
||||
return *this;
|
||||
|
Reference in New Issue
Block a user