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