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
af7520cc
Commit
af7520cc
authored
Jan 16, 2014
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wxWidgets 2.8 fix
parent
8a4e7235
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
class_netinfolist.cpp
pcbnew/class_netinfolist.cpp
+1
-1
No files found.
pcbnew/class_netinfolist.cpp
View file @
af7520cc
...
...
@@ -181,6 +181,6 @@ int NETINFO_LIST::getFreeNetCode() const
}
const
NETINFO_ITEM
NETINFO_LIST
::
ORPHANED
=
NETINFO_ITEM
(
NULL
,
wxString
(
"orphaned"
),
-
1
);
const
NETINFO_ITEM
NETINFO_LIST
::
ORPHANED
=
NETINFO_ITEM
(
NULL
,
wxString
::
FromUTF8
(
"orphaned"
),
-
1
);
const
int
NETINFO_LIST
::
UNCONNECTED
=
0
;
int
NETINFO_LIST
::
m_newNetCode
=
0
;
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