nbtab.cc
changeset 184 4e8704aae278
parent 177 40f3006fba2e
child 186 013afe9ee040
     1.1 --- a/nbtab.cc	Thu Dec 28 15:31:39 2006 +0000
     1.2 +++ b/nbtab.cc	Wed Jan 10 14:37:46 2007 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  #include <nbtab.h>
     1.5  #include "file_chooser_extra_widget.h"
     1.6  
     1.7 -NoteBookTab::NoteBookTab():mapwinexists(false), designwinexists(false)
     1.8 +NoteBookTab::NoteBookTab():mapwinexists(false), designwinexists(false), mapstorage(*this)
     1.9  {
    1.10    Gtk::ScrolledWindow *pScrolledWindow = manage(new Gtk::ScrolledWindow);
    1.11    gd_canvas=new GraphDisplayerCanvas(*this);