X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/217099990c2665d18d352c60058106da9a014ab8..7af284fda7500594b2ab86c8ba60138164ab4d04:/include/wx/confbase.h diff --git a/include/wx/confbase.h b/include/wx/confbase.h index 95d9f8f282..25b97678b8 100644 --- a/include/wx/confbase.h +++ b/include/wx/confbase.h @@ -19,6 +19,7 @@ #endif #include "wx/defs.h" +#include "wx/string.h" // ---------------------------------------------------------------------------- // constants @@ -306,7 +307,8 @@ private: Replace environment variables ($SOMETHING) with their values. The format is $VARNAME or ${VARNAME} where VARNAME contains alphanumeric characters and '_' only. '$' must be escaped ('\$') in order to be taken literally. - */ +*/ + WXDLLEXPORT wxString wxExpandEnvVars(const wxString &sz); /*