
7 Jul
2005
7 Jul
'05
7:05 a.m.
Bob Jamison wrote:
Line 88 should read: class __declspec(dllimport) TreeViewColumn : public Gtk::Object
That's 2 '_'
Actually, the proper declaration, to make it the same as the rest of Gtkmm, is likely:
class GTKMM_API TreeViewColumn : public Gtk::Object
Someone might want to test this. I've sent this to the gtkmm list and their bug tracker.
Bob