projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Applied patch by Johan van Zyl.
[wxWidgets.git]
/
src
/
gtk1
/
timer.cpp
diff --git
a/src/gtk1/timer.cpp
b/src/gtk1/timer.cpp
index 3b28f1d1c22251fc1d84e71ea59ba9556a9a4cf1..e004d2d4bea293908db6fb21824c1f23a1ead528 100644
(file)
--- a/
src/gtk1/timer.cpp
+++ b/
src/gtk1/timer.cpp
@@
-27,7
+27,8
@@
IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxEvtHandler)
-extern "C" gint timeout_callback( gpointer data )
+extern "C" {
+static gint timeout_callback( gpointer data )
{
wxTimer *timer = (wxTimer*)data;
@@
-54,6
+55,7
@@
extern "C" gint timeout_callback( gpointer data )
return TRUE;
}
+}
void wxTimer::Init()
{