diff options
Diffstat (limited to 'src/maplayer.h')
-rw-r--r-- | src/maplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maplayer.h b/src/maplayer.h index 2f9b6d347..b4a43529d 100644 --- a/src/maplayer.h +++ b/src/maplayer.h @@ -206,7 +206,7 @@ class SpecialLayer final void setTile(const int x, const int y, const int type); - void addRoad(const Path road); + void addRoad(const Path &road); void clean() const; |