mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
fixup
This commit is contained in:
@@ -5,7 +5,7 @@ build_script:
|
||||
- ps: >-
|
||||
cd ref
|
||||
|
||||
git clone "https://github.com/chriskohlhoff/asio" --depth 1 -q
|
||||
git clone "https://github.com/chriskohlhoff/asio" --depth 1 --branch asio-1-12-2 -q
|
||||
|
||||
cd ..
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ extern TTrain *Train;
|
||||
extern uint16_t prev_train_id;
|
||||
extern bool is_ready;
|
||||
|
||||
class deserializer_state;
|
||||
struct deserializer_state;
|
||||
|
||||
} // simulation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user