X-Git-Url: http://git.tdb.fi/?p=r2c2.git;a=blobdiff_plain;f=source%2Flibr2c2%2Flayout.h;h=e06d4fb04f50d8ccb1e581a363e2dce18d13d91a;hp=4bccb20c9b26b34b436c3dc12dddeba47bc20b68;hb=065d35f5f86a5b9cda95736f59e63845e0bb6fa6;hpb=d13d841852d1fc5f97c40f93221745a63fae5e11 diff --git a/source/libr2c2/layout.h b/source/libr2c2/layout.h index 4bccb20..e06d4fb 100644 --- a/source/libr2c2/layout.h +++ b/source/libr2c2/layout.h @@ -72,7 +72,7 @@ private: struct BlockReservation { - Block █ + Block *block; Train *train; BlockReservation(Block &, Train *);