From db34e71705013ee92a716710deea313a22966f2d Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 4 Feb 2022 13:49:17 +0100 Subject: [PATCH] Move vector_queue from WinStd to stdex Signed-off-by: Simon Rozman --- EventMonitor/ETWLog.h | 5 +++-- lib/WinStd | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/EventMonitor/ETWLog.h b/EventMonitor/ETWLog.h index bf42131..59f77b6 100644 --- a/EventMonitor/ETWLog.h +++ b/EventMonitor/ETWLog.h @@ -31,6 +31,7 @@ class wxPersistentETWListCtrl; #include #include +#include #include #include @@ -307,8 +308,8 @@ protected: guidset m_sources; ///< Set of enabled sources wxListItemAttr m_item_attr[2][4]; ///< Current item attributes - winstd::vector_queue m_rec_db; ///< Event record database - winstd::vector_queue m_rec_idx; ///< Event record database indices of shown records + stdex::vector_queue m_rec_db; ///< Event record database + stdex::vector_queue m_rec_idx; ///< Event record database indices of shown records size_t m_col_format_width[5]; ///< Column widths for pre-formatted row display (0 = unlimited) }; diff --git a/lib/WinStd b/lib/WinStd index 918cdb9..2bfb369 160000 --- a/lib/WinStd +++ b/lib/WinStd @@ -1 +1 @@ -Subproject commit 918cdb9cd628865936233ef6871113c9f79b3da5 +Subproject commit 2bfb369692354d17ba425ae9e1faa149c194ebdc