Move wxLocaleIdent to wx/uilocale.h

No real changes, just move this class declaration as it seems more
logical to have it in the same header with wxUILocale which is the only
place where it's used.

This commit is best viewed with --color-moved git option.
This commit is contained in:
Vadim Zeitlin
2021-09-04 19:00:49 +02:00
parent f2cd6344af
commit 7a7bc5dad2
3 changed files with 78 additions and 77 deletions

View File

@@ -20,6 +20,7 @@
#if wxUSE_INTL
#include "wx/uilocale.h"
#include "wx/private/uilocale.h"
#include "wx/unix/private/uilocale.h"