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
01f7a531
Commit
01f7a531
authored
Apr 22, 2014
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove KIWAY_EXPRESS::kiway_express() typo, add comments.
parent
8afe4599
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
kiway_express.h
include/kiway_express.h
+6
-6
No files found.
include/kiway_express.h
View file @
01f7a531
...
...
@@ -72,18 +72,18 @@ public:
KIWAY_EXPRESS
(
const
KIWAY_EXPRESS
&
anOther
);
/// Is the wxEventType argument to wxEvent() and identifies the class
/// in a hurry. Allocated at startup by wxNewEventType();
/// The wxEventType argument to wxEvent() and identifies an event class
/// in a hurry. These wxEventTypes also allow a common class to be used
/// multiple ways. Should be allocated at startup by wxNewEventType();
static
const
wxEventType
wxEVENT_ID
;
//DECLARE_DYNAMIC_CLASS( KIWAY_EXPRESS )
private
:
FRAME_T
m_destination
;
///< could have been a bitmap indicating multiple recipients
std
::
string
m_payload
;
///< very often s-expression text, but not always
void
kiway_express
(
KIWAY_EXPRESS
&
aEvent
);
FRAME_T
m_destination
;
std
::
string
m_payload
;
// possible new ideas here.
};
...
...
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