forked from organicmaps/organicmaps
Fix uninitialized variable
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
This commit is contained in:
parent
7658dacca0
commit
01e44b4fab
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ protected:
|
|||
std::string m_settingsDir;
|
||||
|
||||
/// Used in Android only to get corret GUI elements layout.
|
||||
bool m_isTablet;
|
||||
bool m_isTablet = false;
|
||||
|
||||
/// Returns last system call error as EError.
|
||||
static EError ErrnoToError();
|
||||
|
|
Loading…
Add table
Reference in a new issue