projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added OS/2 patches to wxGTK.
[wxWidgets.git]
/
src
/
stubs
/
main.cpp
diff --git
a/src/stubs/main.cpp
b/src/stubs/main.cpp
index d90dc2c036408488615d5fb22e0600ca285f7a1a..47a9924baed48ff0b5da535435366d6cc25ca8c4 100644
(file)
--- a/
src/stubs/main.cpp
+++ b/
src/stubs/main.cpp
@@
-13,6
+13,6
@@
int main(int argc, char* argv[])
{
- return wxEntry(argc, argv
[]
);
+ return wxEntry(argc, argv);
}