projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
virtual functionsignature corrected
[wxWidgets.git]
/
src
/
stubs
/
filedlg.cpp
diff --git
a/src/stubs/filedlg.cpp
b/src/stubs/filedlg.cpp
index 36182617e0f2a96337e4b03a143372372bf3ea11..8832598af41c29001acd781e577cf51a17f859e7 100644
(file)
--- a/
src/stubs/filedlg.cpp
+++ b/
src/stubs/filedlg.cpp
@@
-59,7
+59,7
@@
wxString wxFileSelector(const char *title,
return wxEmptyString;
}
-
char *
wxFileSelectorEx(const char *title,
+
wxString
wxFileSelectorEx(const char *title,
const char *defaultDir,
const char *defaultFileName,
int* defaultFilterIndex,