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
36bdbde6
Commit
36bdbde6
authored
Apr 10, 2014
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oops, wx2.8 compatibility fixes
parent
359f05ad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
single_top.cpp
common/single_top.cpp
+2
-1
No files found.
common/single_top.cpp
View file @
36bdbde6
...
@@ -236,7 +236,8 @@ struct APP_SINGLE_TOP : public wxApp
...
@@ -236,7 +236,8 @@ struct APP_SINGLE_TOP : public wxApp
catch
(
const
std
::
exception
&
e
)
catch
(
const
std
::
exception
&
e
)
{
{
wxLogError
(
wxT
(
"Unhandled exception class: %s what: %s"
),
wxLogError
(
wxT
(
"Unhandled exception class: %s what: %s"
),
typeid
(
e
).
name
(),
e
.
what
()
);
GetChars
(
FROM_UTF8
(
typeid
(
e
).
name
()
)),
GetChars
(
FROM_UTF8
(
e
.
what
()
)
)
);;
}
}
catch
(
const
IO_ERROR
&
ioe
)
catch
(
const
IO_ERROR
&
ioe
)
{
{
...
...
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