Re: [gtkmm] Error with Glib:RefPtr<Gtk::TreeModel::Row>
- From: "Murray Cumming" <murrayc murrayc com>
- To: "Bart Verstraete" <bartverstraete telenet be>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] Error with Glib:RefPtr<Gtk::TreeModel::Row>
- Date: Fri, 15 Oct 2004 14:44:17 +0200 (CEST)
> when I declare a Glib:RefPtr<Gtk::TreeModel::Row> (also with
> TreeModel::iterator) in a function I get this when I compile, whitout it
> , it compiles without a hitch(is this correct :-))
Glib::RefPtr<> is for use with types that derive from Glib::Object.
You do not need to put a TreeModel::iterator or TreeModel::Row in a RefPtr.
Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]