Skip to content

Commit

Permalink
override model in OverallView
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Jan 20, 2018
1 parent 0628b1c commit 7484abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/OverallView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Monitor {

public class OverallView : Gtk.TreeView {
private GenericModel model;
private new GenericModel model;
private Gtk.TreeViewColumn name_column;
private Gtk.TreeViewColumn cpu_column;
private Gtk.TreeViewColumn memory_column;
Expand Down

0 comments on commit 7484abe

Please sign in to comment.