(svn r19334) -Codechange: method-call codestyle fixes, and introduction of const reference formal parameter.

This commit is contained in:
alberth
2010-03-06 11:54:59 +00:00
parent df142cdd0e
commit 26d53fbb5f
2 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ struct StationRect : public Rect {
static bool ScanForStationTiles(StationID st_id, int left_a, int top_a, int right_a, int bottom_a);
StationRect& operator = (Rect src);
StationRect& operator = (const Rect &src);
};
/** Base class for all station-ish types */