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
534c8a89
Commit
534c8a89
authored
Sep 20, 2012
by
Craig Southeren
Committed by
Dick Hollenbeck
Sep 20, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MSVC compile errors caused by struct forward declared as class
parent
136d84ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
class_title_block.h
include/class_title_block.h
+1
-1
eagle_plugin.h
pcbnew/eagle_plugin.h
+1
-1
No files found.
include/class_title_block.h
View file @
534c8a89
...
...
@@ -27,7 +27,7 @@
class
OUTPUTFORMATTER
;
class
IO_ERROR
;
struct
IO_ERROR
;
extern
wxString
GenDate
();
...
...
pcbnew/eagle_plugin.h
View file @
534c8a89
...
...
@@ -62,7 +62,7 @@ typedef NET_MAP::const_iterator NET_MAP_CITER;
typedef
boost
::
property_tree
::
ptree
PTREE
;
typedef
const
PTREE
CPTREE
;
class
EELEMENT
;
struct
EELEMENT
;
class
XPATH
;
struct
ERULES
;
struct
EATTR
;
...
...
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