X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..2a8312bced9d3f3415383a79a15cad2acf447b7e:/interface/wx/intl.h diff --git a/interface/wx/intl.h b/interface/wx/intl.h index e71e3ef00f..12e9f6a21a 100644 --- a/interface/wx/intl.h +++ b/interface/wx/intl.h @@ -8,7 +8,6 @@ /** @class wxLocale - @wxheader{intl.h} wxLocale class encapsulates all language-dependent settings and is a generalization of the C locale concept. @@ -87,7 +86,7 @@ public: set locale is restored and so the changes described in Init() documentation are rolled back. */ - ~wxLocale(); + virtual ~wxLocale(); //@{ /** @@ -130,7 +129,7 @@ public: (in this order). This only applies to subsequent invocations of AddCatalog(). */ - void AddCatalogLookupPathPrefix(const wxString& prefix); + static void AddCatalogLookupPathPrefix(const wxString& prefix); /** Adds custom, user-defined language to the database of known languages. This @@ -393,7 +392,6 @@ public: /** @class wxXLocale - @wxheader{intl.h} wxXLocale::wxXLocale