From cf7850602b26220466f6c517876121425b1eede3 Mon Sep 17 00:00:00 2001 From: Ian Curtis Date: Mon, 8 Jan 2018 00:13:23 +0000 Subject: [PATCH] fix build --- Src/Model3/Model3.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Src/Model3/Model3.cpp b/Src/Model3/Model3.cpp index ef3518b..0cb3865 100644 --- a/Src/Model3/Model3.cpp +++ b/Src/Model3/Model3.cpp @@ -3262,11 +3262,10 @@ CModel3::CModel3(const Util::Config::Node &config) GPU(config), SoundBoard(config), DriveBoard(config), - m_jtag(GPU), #ifdef NET_BOARD - NetBoard(config) + NetBoard(config), #endif - + m_jtag(GPU) { // Initialize pointers so dtor can know whether to free them memoryPool = NULL;