From 3269a089f3f4c9e17ea4e97bb36fae45aef8264a Mon Sep 17 00:00:00 2001 From: milek7 Date: Tue, 19 Feb 2019 14:32:09 +0100 Subject: [PATCH] fixup --- appveyor.yml | 2 +- simulation.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3c0a5534..d2534a9c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 .. diff --git a/simulation.h b/simulation.h index eec5c1c4..2a36c5b4 100644 --- a/simulation.h +++ b/simulation.h @@ -66,7 +66,7 @@ extern TTrain *Train; extern uint16_t prev_train_id; extern bool is_ready; -class deserializer_state; +struct deserializer_state; } // simulation