"Programming with Gtkmm" typo



I think I found a typo in "Programming with Gtkmm" on page 79 (7.2.4.2. Example):

#include <gtkmm.h>
#include <packbox.h>
class ExampleWindow : public Gtk::Window

should be

#include <gtkmm.h>
#include "packbox.h"
class ExampleWindow : public Gtk::Window

Hope it was helpful


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]