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