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
0404ddae
Commit
0404ddae
authored
Jan 10, 2012
by
marco.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MacOSX: compile error fix after r3329
parent
409d6e8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
class_drawpanel.h
include/class_drawpanel.h
+0
-1
wxstruct.h
include/wxstruct.h
+4
-0
No files found.
include/class_drawpanel.h
View file @
0404ddae
...
...
@@ -33,7 +33,6 @@
#include "colors.h"
#include "base_struct.h"
#include <wx/overlay.h>
class
EDA_DRAW_FRAME
;
class
BASE_SCREEN
;
...
...
include/wxstruct.h
View file @
0404ddae
...
...
@@ -46,6 +46,10 @@
#include "colors.h"
#include "common.h"
#ifdef USE_WX_OVERLAY
#include <wx/overlay.h>
#endif
// C++ guarantees that operator delete checks its argument for null-ness
#ifndef SAFE_DELETE
#define SAFE_DELETE( p ) delete (p); (p) = NULL;
...
...
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