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
9ecb1099
Commit
9ecb1099
authored
Jul 15, 2014
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wx28 compil issue, and a compil warning.
parent
197371de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
dialog_non_copper_zones_properties.cpp
pcbnew/dialogs/dialog_non_copper_zones_properties.cpp
+2
-0
idf_outlines.cpp
utils/idftools/idf_outlines.cpp
+0
-1
No files found.
pcbnew/dialogs/dialog_non_copper_zones_properties.cpp
View file @
9ecb1099
...
...
@@ -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
...
...
utils/idftools/idf_outlines.cpp
View file @
9ecb1099
...
...
@@ -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
()
)
{
...
...
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