projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxArchiveFSHandler switches on simulated seeking for compatibility with
[wxWidgets.git]
/
include
/
wx
/
dfb
/
evtloop.h
diff --git
a/include/wx/dfb/evtloop.h
b/include/wx/dfb/evtloop.h
index 11366e70a3c0adf658b470aabc61c345977f90ce..cf77e26c1322cb2f4eb212c79032b1067195066d 100644
(file)
--- a/
include/wx/dfb/evtloop.h
+++ b/
include/wx/dfb/evtloop.h
@@
-39,12
+39,13
@@
protected:
private:
static void InitBuffer();
+ static void CleanUp();
+
+ friend class wxApp; // calls CleanUp() and WakeUp()
private:
static wxIDirectFBEventBufferPtr ms_buffer;
- friend class wxApp; // calls WakeUp()
-
DECLARE_NO_COPY_CLASS(wxEventLoop)
};