]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/layout.h
Remove a queued block reservation if the block is released
[r2c2.git] / source / libr2c2 / layout.h
index 4bccb20c9b26b34b436c3dc12dddeba47bc20b68..e06d4fb04f50d8ccb1e581a363e2dce18d13d91a 100644 (file)
@@ -72,7 +72,7 @@ private:
 
        struct BlockReservation
        {
-               Block █
+               Block *block;
                Train *train;
 
                BlockReservation(Block &, Train *);