gui/edit_win.cc
changeset 1494 ae55ba000ebb
parent 1485 3a1c6678fa23
child 1524 587a823bcdd0
     1.1 --- a/gui/edit_win.cc	Wed Jun 15 10:13:08 2005 +0000
     1.2 +++ b/gui/edit_win.cc	Wed Jun 15 10:19:44 2005 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4    signal_key_press_event().connect(sigc::mem_fun(*this, &EditWin::close_if_escape_is_pressed));
     1.5    
     1.6    //buttons array
     1.7 -  buttons=new (Gtk::RadioButton *) [TOOL_NUM];
     1.8 +  buttons=new Gtk::RadioButton * [TOOL_NUM];
     1.9    for(int i=0;i<TOOL_NUM;i++)
    1.10      {
    1.11        buttons[i]=NULL;