projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efad39f
)
mistype: #ifdef __GTK corrected (#ifdef __GTK__ now)
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 26 May 1998 14:58:05 +0000
(14:58 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 26 May 1998 14:58:05 +0000
(14:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/app.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/app.h
b/include/wx/app.h
index 4b586b74ad30337576e0fd7b0db72a6e4b938c21..8d11a5aeb4bd59ded07be269fb91eb09cd166058 100644
(file)
--- a/
include/wx/app.h
+++ b/
include/wx/app.h
@@
-19,7
+19,7
@@
typedef wxApp* (*wxAppInitializerFunction) (void);
#include "wx/object.h"
-#ifdef __GTK
+#ifdef __GTK
__
typedef wxObject* (*wxAppInitializerFunction) (void); // returning wxApp* won't work with gcc
#endif