summaryrefslogtreecommitdiff
path: root/src/wx/content_view.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-15 23:45:46 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-22 23:26:18 +0000
commit00fd974edb88da88fcde308709ae629e541e59c4 (patch)
tree57c83d6d425383fbe974026016387bd847c48e62 /src/wx/content_view.cc
parent63bce67bd548f4aff98e2a1963e1fd77a6412a15 (diff)
Fix missing line in previous.
Diffstat (limited to 'src/wx/content_view.cc')
-rw-r--r--src/wx/content_view.cc1
1 files changed, 1 insertions, 0 deletions
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());
}
}
}