more amazing free specctra work

This commit is contained in:
dickelbeck 2008-02-14 01:10:28 +00:00
parent 709be49518
commit bd9713fb86
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@
// see http://www.boost.org/libs/ptr_container/doc/ptr_set.html // see http://www.boost.org/libs/ptr_container/doc/ptr_set.html
#include <boost/ptr_container/ptr_set.hpp> #include <boost/ptr_container/ptr_set.hpp>
#include <boost/noncopyable.hpp>
#include "fctsys.h" #include "fctsys.h"
#include "dsn.h" #include "dsn.h"
@ -2096,7 +2095,7 @@ typedef boost::ptr_vector<IMAGE> IMAGES;
* Class PADSTACK * Class PADSTACK
* holds either a via or a pad definition. * holds either a via or a pad definition.
*/ */
class PADSTACK : public ELEM_HOLDER, private boost::noncopyable class PADSTACK : public ELEM_HOLDER
{ {
friend class SPECCTRA_DB; friend class SPECCTRA_DB;