copyright change
This commit is contained in:
parent
0349e4b148
commit
324fd9ac64
|
@ -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) 2007 Dick Hollenbeck, dick@softplc.com
|
* Copyright (C) 2007-2008 SoftPLC Corporation, Dick Hollenbeck <dick@softplc.com>
|
||||||
* Copyright (C) 2004-2007 Kicad Developers, see change_log.txt for contributors.
|
* Copyright (C) 2004-2007 Kicad Developers, see change_log.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
|
||||||
|
@ -26,7 +26,6 @@
|
||||||
#define COLLECTOR_H
|
#define COLLECTOR_H
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
//#include <cstdlib> // abs()
|
|
||||||
|
|
||||||
#include "fctsys.h"
|
#include "fctsys.h"
|
||||||
#include "base_struct.h" // SEARCH_RESULT
|
#include "base_struct.h" // SEARCH_RESULT
|
||||||
|
@ -116,7 +115,7 @@ public:
|
||||||
*/
|
*/
|
||||||
void Remove( int ndx )
|
void Remove( int ndx )
|
||||||
{
|
{
|
||||||
m_List.erase( m_List.begin() + (unsigned) ndx );
|
m_List.erase( m_List.begin() + ndx );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue