projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
show the function in which the assert failure occured if the compiler supports it
[wxWidgets.git]
/
include
/
wx
/
gtk
/
popupwin.h
diff --git
a/include/wx/gtk/popupwin.h
b/include/wx/gtk/popupwin.h
index b35eb730046b3e285219e989506bc4177950a8d9..b32e4684b5c37f7c09576180de2da1e716e531de 100644
(file)
--- a/
include/wx/gtk/popupwin.h
+++ b/
include/wx/gtk/popupwin.h
@@
-35,6
+35,9
@@
public:
// --------------
virtual void OnInternalIdle();
+
+ // GTK time when connecting to button_press signal
+ wxUint32 m_time;
protected: