/[svn]/gigedit/trunk/src/gigedit/mainwindow.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/mainwindow.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2967 by schoenebeck, Mon Jul 18 11:22:38 2016 UTC revision 2994 by schoenebeck, Sat Sep 24 23:34:37 2016 UTC
# Line 276  protected: Line 276  protected:
276      class ModelColumns : public Gtk::TreeModel::ColumnRecord {      class ModelColumns : public Gtk::TreeModel::ColumnRecord {
277      public:      public:
278          ModelColumns() {          ModelColumns() {
279              add(m_col_nr);
280            add(m_col_name);            add(m_col_name);
281            add(m_col_instr);            add(m_col_instr);
282          }          }
283    
284            Gtk::TreeModelColumn<int> m_col_nr;
285          Gtk::TreeModelColumn<Glib::ustring> m_col_name;          Gtk::TreeModelColumn<Glib::ustring> m_col_name;
286          Gtk::TreeModelColumn<gig::Instrument*> m_col_instr;          Gtk::TreeModelColumn<gig::Instrument*> m_col_instr;
287      } m_Columns;      } m_Columns;

Legend:
Removed from v.2967  
changed lines
  Added in v.2994

  ViewVC Help
Powered by ViewVC