From e8c65ebece1d9f7b018af4f55d3a230a335d4954 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Mon, 25 Jun 2018 17:03:18 +1100 Subject: [PATCH] Fixup 862b086 (cherry-picked from commit 3147be87718d5685dc41dd73256692268c41b6e6) --- src/tests/gui/test_gui2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/gui/test_gui2.cpp b/src/tests/gui/test_gui2.cpp index b38447510eab..53a5f12ac1bd 100644 --- a/src/tests/gui/test_gui2.cpp +++ b/src/tests/gui/test_gui2.cpp @@ -872,6 +872,7 @@ class fake_chat_handler : public events::chat_handler { template<> struct dialog_tester { + config c; fake_chat_handler ch; wesnothd_connection_ptr connection; wesnothd_connection_init init;