From 00fd974edb88da88fcde308709ae629e541e59c4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 15 Nov 2018 23:45:46 +0000 Subject: [PATCH] Fix missing line in previous. --- src/wx/content_view.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wx/content_view.cc b/src/wx/content_view.cc index b7f05020b..f2117fc20 100644 --- a/src/wx/content_view.cc +++ b/src/wx/content_view.cc @@ -123,6 +123,7 @@ ContentView::update () error_dialog(this, std_to_wx(i->error_summary()) + ".\n", std_to_wx(i->error_details())); } else { add (i->content()); + _content.push_back (i->content()); } } } -- 2.30.2