Add missing wxGetLocale

This commit is contained in:
Robin Dunn
2017-10-18 09:35:32 -07:00
parent 892def066c
commit 8fca138d29

View File

@@ -513,3 +513,11 @@ public:
*/ */
bool IsOk() const; bool IsOk() const;
}; };
/**
Get the current locale object (note that it may be NULL!)
*/
wxLocale* wxGetLocale();