This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Namespace conflict: "Row" vs. "Gtk::TreeModel::Row"
- From: Markus Gerwinski <markus at gerwinski dot de>
- To: John Love-Jensen <eljay at adobe dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 25 Mar 2003 15:52:56 +0100
- Subject: Re: Namespace conflict: "Row" vs. "Gtk::TreeModel::Row"
- References: <20030325113727.GA5473@leia.local> <BAA5A998.7DC1%eljay@adobe.com>
John Love-Jensen wrote:
> Try this:
>
> #undef Row
> Gtk::TreeModel::Row row;
It worked. :-) Thanks.
Markus