Fix a compil issue in QA tests

This commit is contained in:
jean-pierre charras 2023-01-09 19:44:04 +01:00
parent 7c458c5aee
commit 31202a2eb3
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* /*
* This program source code file is part of KiCad, a free EDA CAD application. * This program source code file is part of KiCad, a free EDA CAD application.
* *
* Copyright (C) 1992-2022 KiCad Developers, see AUTHORS.txt for contributors. * Copyright (C) 1992-2023 KiCad Developers, see AUTHORS.txt for contributors.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
@ -133,7 +133,6 @@ DIALOG_FILTER_SELECTION_BASE::DIALOG_FILTER_SELECTION_BASE( wxWindow* parent, wx
m_Include_Edges_Items = nullptr; m_Include_Edges_Items = nullptr;
m_Include_Zones = nullptr; m_Include_Zones = nullptr;
m_sdbSizer1 = nullptr; m_sdbSizer1 = nullptr;
m_staticLine = nullptr;
m_sdbSizer1OK = nullptr; m_sdbSizer1OK = nullptr;
m_sdbSizer1Cancel = nullptr; m_sdbSizer1Cancel = nullptr;
} }