]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/confbase.h
Updated Italian translations
[wxWidgets.git] / include / wx / confbase.h
index 95d9f8f282932cbac03697bf6be8e549ace6389c..25b97678b819c4d3919dbf16ab5f147e96bc0d52 100644 (file)
@@ -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);
 
 /*