diff -r 39945305a572 -r e8c21454f125 edit_win.cc --- a/edit_win.cc Tue Jun 14 16:56:37 2005 +0000 +++ b/edit_win.cc Wed Jun 15 10:19:44 2005 +0000 @@ -18,7 +18,7 @@ signal_key_press_event().connect(sigc::mem_fun(*this, &EditWin::close_if_escape_is_pressed)); //buttons array - buttons=new (Gtk::RadioButton *) [TOOL_NUM]; + buttons=new Gtk::RadioButton * [TOOL_NUM]; for(int i=0;i