Missing #include added

This commit is contained in:
Simon Rozman 2016-10-05 12:28:39 +02:00
parent 887a2c8116
commit 385528cf23

View File

@ -42,6 +42,7 @@
#include <wx/config.h> #include <wx/config.h>
#include <wx/debug.h> #include <wx/debug.h>
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/intl.h>
/// ///
@ -126,8 +127,8 @@ inline bool wxModifyStyleEx(_In_ WXHWND hWnd, _In_ DWORD dwRemove, _In_ DWORD dw
/// ///
/// Inizializes wxWidgets localization scheme /// Inizializes wxWidgets localization scheme
/// ///
/// The language identifier is read from "Language" configuration string (ll_CC form expected). /// The language identifier is read from `Language` configuration string ("ll_CC" form expected).
/// The path to folder containing localization catalogue PO files is read from "LocalizationRepositoryPath" configuration string. /// The path to folder containing localization catalogue PO files is read from `LocalizationRepositoryPath` configuration string.
/// ///
/// \param[inout] locale Locale to initialize /// \param[inout] locale Locale to initialize
/// ///