minor compil warning fix
This commit is contained in:
parent
aae384e4bd
commit
6570cd5850
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
* This program source code file is part of KiCad, a free EDA CAD application.
|
||||
*
|
||||
* Copyright (C) 2015-2016 Mario Luzeiro <mrluzeiro@ua.pt>
|
||||
* Copyright (C) 1992-2016 KiCad Developers, see AUTHORS.txt for contributors.
|
||||
* Copyright (C) 2015-2020 Mario Luzeiro <mrluzeiro@ua.pt>
|
||||
* Copyright (C) 1992-2020 KiCad Developers, see AUTHORS.txt for contributors.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
@ -119,7 +119,8 @@ public:
|
|||
|
||||
void BuildBVH();
|
||||
|
||||
void Clear();
|
||||
void Clear() override;
|
||||
|
||||
private:
|
||||
bool m_isInitialized;
|
||||
std::list<BVH_CONTAINER_NODE_2D *> m_elements_to_delete;
|
||||
|
|
Loading…
Reference in New Issue