Add missing wxGetLocale
This commit is contained in:
@@ -513,3 +513,11 @@ public:
|
|||||||
*/
|
*/
|
||||||
bool IsOk() const;
|
bool IsOk() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the current locale object (note that it may be NULL!)
|
||||||
|
*/
|
||||||
|
wxLocale* wxGetLocale();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user