mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-11 05:47:42 -06:00
Add missing wxGetLocale
This commit is contained in:
parent
892def066c
commit
8fca138d29
@ -513,3 +513,11 @@ public:
|
||||
*/
|
||||
bool IsOk() const;
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
Get the current locale object (note that it may be NULL!)
|
||||
*/
|
||||
wxLocale* wxGetLocale();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user