/[svn]/gigedit/trunk/src/gigedit/MacroEditor.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/MacroEditor.cpp

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

revision 3449 by schoenebeck, Tue Nov 14 18:07:25 2017 UTC revision 3450 by schoenebeck, Wed Jan 2 16:39:20 2019 UTC
# Line 232  void MacroEditor::buildTreeView(const Gt Line 232  void MacroEditor::buildTreeView(const Gt
232          const Serialization::Member& member = parentObject.members()[iMember];          const Serialization::Member& member = parentObject.members()[iMember];
233          const Serialization::Object& object = m_macro.objectByUID(member.uid());          const Serialization::Object& object = m_macro.objectByUID(member.uid());
234                    
235  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 22)  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24)
236          //HACK: on GTKMM 3.9x append() below requires TreeNodeChildren, parentRow.children() returns TreeNodeConstChildren though, probably going to be fixed before final GTKMM4 release though.          //HACK: on GTKMM 3.9x append() below requires TreeNodeChildren, parentRow.children() returns TreeNodeConstChildren though, probably going to be fixed before final GTKMM4 release though.
237          const Gtk::TreeNodeConstChildren& children = parentRow.children();          const Gtk::TreeNodeConstChildren& children = parentRow.children();
238          Gtk::TreeNodeChildren* const pChildren = (Gtk::TreeNodeChildren* const) &children;          Gtk::TreeNodeChildren* const pChildren = (Gtk::TreeNodeChildren* const) &children;

Legend:
Removed from v.3449  
changed lines
  Added in v.3450

  ViewVC Help
Powered by ViewVC