Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
324fd9ac
Commit
324fd9ac
authored
Jan 22, 2008
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copyright change
parent
0349e4b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
class_collector.h
include/class_collector.h
+2
-3
No files found.
include/class_collector.h
View file @
324fd9ac
/*
/*
* 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 @@
...
@@ -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:
...
@@ -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
);
}
}
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment