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:
authorYuri Gorshenin <y@maps.me>2017-05-25 16:06:32 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-07-05 13:32:16 +0300
commit790817bde6afe92bcd4fe867622474514ee490b0 (patch)
tree7ef14f62fedb3ecbe8f2b37a4d1fb31751c0f251 /qt
parent12f430e690a420631858e8d786076f1c32b6e80d (diff)
Flag for non matched ids + relaxed restriction on single edge approximation.
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;