projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed bug in parsing incomplete HTML when the very last tag was not closed with >
[wxWidgets.git]
/
src
/
gtk
/
threadsgi.cpp
diff --git
a/src/gtk/threadsgi.cpp
b/src/gtk/threadsgi.cpp
index f9befcb74efba58e276dbb104af1ba9e46dcefc3..217f67d7d96d2f7abe40076e1ea24ae509b9fc6d 100644
(file)
--- a/
src/gtk/threadsgi.cpp
+++ b/
src/gtk/threadsgi.cpp
@@
-239,6
+239,16
@@
void wxThread::OnExit()
// Global initialization
// Global initialization
+class wxThreadModule : public wxModule
+{
+public:
+ virtual bool OnInit();
+ virtual void OnExit();
+
+private:
+ DECLARE_DYNAMIC_CLASS(wxThreadModule)
+};
+
IMPLEMENT_DYNAMIC_CLASS(wxThreadModule, wxModule)
bool wxThreadModule::OnInit()
IMPLEMENT_DYNAMIC_CLASS(wxThreadModule, wxModule)
bool wxThreadModule::OnInit()