Commit 9ecb1099 authored by jean-pierre charras's avatar jean-pierre charras

Fix wx28 compil issue, and a compil warning.

parent 197371de
......@@ -38,6 +38,8 @@
#include <pcbnew.h>
#include <zones.h>
#include <wx/imaglist.h> // needed for wx/listctrl.h, in wxGTK 2.8.12
#include <dialog_non_copper_zones_properties_base.h>
#define LAYER_BITMAP_SIZE_X 20
......
......@@ -1362,7 +1362,6 @@ bool BOARD_OUTLINE::DelOutline( IDF_OUTLINE* aOutline )
bool BOARD_OUTLINE::DelOutline( size_t aIndex )
{
std::list< IDF_OUTLINE* >::iterator itS = outlines.begin();
std::list< IDF_OUTLINE* >::iterator itE = outlines.end();
if( outlines.empty() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment