X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Flayout.h;h=e06d4fb04f50d8ccb1e581a363e2dce18d13d91a;hb=dfe3dd563981883f3b7c826102fed33c7ff0d12d;hp=4bccb20c9b26b34b436c3dc12dddeba47bc20b68;hpb=eb8b919a1a224c0d6f206d1d29a9b4b8c3a0cac8;p=r2c2.git 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 *);