
7 Jul
2005
7 Jul
'05
2:27 p.m.
Joshua A. Andler Scheduler / IT
-----Original Message----- From: inkscape-devel-admin@lists.sourceforge.net
[mailto:inkscape-devel-
admin@lists.sourceforge.net] On Behalf Of Bob Jamison Sent: Thursday, July 07, 2005 12:05 AM To: Inkscape Devel List Subject: Re: [Inkscape-devel] Gtk::TreeViewColumn hack
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.
Tested and it works great... the crash on About Memory is gone as is the warning while building.
-Josh