mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
pass by const ref
This commit is contained in:
parent
4eef244e73
commit
80cc235ff9
@ -69,7 +69,7 @@ public:
|
||||
characters_.push_back(info);
|
||||
}
|
||||
|
||||
void add_text(UnicodeString text)
|
||||
void add_text(UnicodeString const& text)
|
||||
{
|
||||
text_ += text;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user