| Index: printing/page_overlays.h
|
| diff --git a/printing/page_overlays.h b/printing/page_overlays.h
|
| index f30aa263a1ddc4313e1f12129f02c9214807b5b4..0ffc1baaa49b49caad182a6fcfbecec260f08c2a 100644
|
| --- a/printing/page_overlays.h
|
| +++ b/printing/page_overlays.h
|
| @@ -40,8 +40,9 @@ class PageOverlays {
|
| VerticalPosition y) const;
|
|
|
| // Sets the string of an overlay according to its x,y position.
|
| - void SetOverlay(HorizontalPosition x, VerticalPosition y,
|
| - std::wstring& input);
|
| + void SetOverlay(HorizontalPosition x,
|
| + VerticalPosition y,
|
| + const std::wstring& input);
|
|
|
| // Replaces the variables in |input| with their actual values according to the
|
| // properties of the current printed document and the current printed page.
|
|
|