Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
Diffstat (limited to 'qt')
-rw-r--r--qt/mainwindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index 10fbfe076c..ddf2cdee6e 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -29,7 +29,7 @@ class MainWindow : public QMainWindow, location::LocationObserver
{
DrawWidget * m_pDrawWidget = nullptr;
// TODO(mgsergio): Make indexing more informative.
- array<QDockWidget *, 1> m_Docks;
+ std::array<QDockWidget *, 1> m_Docks;
QPushButton * m_downloadButton = nullptr;
QPushButton * m_retryButton = nullptr;