Skip to content

Commit

Permalink
Oops, missed one.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Moore committed Jan 4, 2009
1 parent 0b4167c commit 5787a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synfig-studio/trunk/src/gtkmm/canvastreestore.cpp
Expand Up @@ -107,8 +107,8 @@ CanvasTreeStore::get_value_vfunc(const Gtk::TreeModel::iterator& iter, int colum
String display(String(bone.get_name()));
printf("%s:%d\n", __FILE__, __LINE__);
printf("%lx\n", ulong(bone.get_parent()));
printf("%s:%d\n", __FILE__, __LINE__);
ValueNode::ConstHandle parent(bone.get_parent());
printf("%s:%d\n", __FILE__, __LINE__); // <-- ok
ValueNode::ConstHandle parent(bone.get_parent()); // <-- crash
printf("%s:%d\n", __FILE__, __LINE__);
printf("%lx\n", ulong(parent.get()));
printf("%s:%d\n", __FILE__, __LINE__);
Expand Down

0 comments on commit 5787a2e

Please sign in to comment.