projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't prepend directory to filename for shortcuts
[wxWidgets.git]
/
src
/
gtk1
/
timer.cpp
diff --git
a/src/gtk1/timer.cpp
b/src/gtk1/timer.cpp
index 2afdb78df9d716d3fd4dacd2196b2b7e546bc8d0..a8514f8cd169098e08cfc5694cc2b6b332396a63 100644
(file)
--- a/
src/gtk1/timer.cpp
+++ b/
src/gtk1/timer.cpp
@@
-26,7
+26,7
@@
IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxObject)
-
static
gint timeout_callback( gpointer data )
+
extern "C"
gint timeout_callback( gpointer data )
{
wxTimer *timer = (wxTimer*)data;