projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Applied patch [ 1355809 ] Add ability to use templates with static event tables
[wxWidgets.git]
/
src
/
gtk1
/
menu.cpp
diff --git
a/src/gtk1/menu.cpp
b/src/gtk1/menu.cpp
index af9c1f673893a61d3409f7562e56dde27b2f4096..2a2e7bdc2599ce4888b55b32b53e8471334c585d 100644
(file)
--- a/
src/gtk1/menu.cpp
+++ b/
src/gtk1/menu.cpp
@@
-1540,7
+1540,7
@@
void gtk_pop_hide_callback( GtkWidget *WXUNUSED(widget), bool* is_waiting )
*is_waiting = FALSE;
}
-
static
void SetInvokingWindow( wxMenu *menu, wxWindow* win )
+void SetInvokingWindow( wxMenu *menu, wxWindow* win )
{
menu->SetInvokingWindow( win );