Skip to content

Commit

Permalink
object_menu made a class member.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbriseid committed Dec 7, 2011
1 parent 4405286 commit d2bf540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewlib/src/gvApplication.C
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ void gvApplication::buildGUI()
//------------ fifth menu item: Object -------------------------------
//---------------------------------------------------------------------

QMenu* object_menu_ = new QMenu( "&Object" );
object_menu_ = new QMenu( "&Object" );
menu_->addMenu(object_menu_);
object_menu_->addAction("Properties...", this,
SLOT(display_object_properties()),
Expand Down

0 comments on commit d2bf540

Please sign in to comment.