From 790817bde6afe92bcd4fe867622474514ee490b0 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Thu, 25 May 2017 16:06:32 +0300 Subject: Flag for non matched ids + relaxed restriction on single edge approximation. --- qt/mainwindow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt') 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 m_Docks; + std::array m_Docks; QPushButton * m_downloadButton = nullptr; QPushButton * m_retryButton = nullptr; -- cgit v1.2.3