Re: Patch: Query favourites - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Patch: Query favourites
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40103DF26@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Patch: Query favourites  ("Magnus Hagander" <mha@sollentuna.net>)
List pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of Dave Page
> Sent: 07 February 2006 13:03
> To: Magnus Hagander; Andreas Pflug
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Patch: Query favourites
>
>
> Finally got around to looking at this :-). Couple of things I noticed:

Ooops, forgot one - I get:

precomp.cpp
c:\documents and settings\dpage\my
documents\svn\pgadmin3\src\include\favourites.h(43) : warning C4284:
return type for 'queryFavouriteArray::reverse_iterator::operator ->' is
'class queryFavouriteItem ** ' (ie; not a UDT or reference to a UDT.
Wil
l produce errors if applied using infix notation)
c:\documents and settings\dpage\my
documents\svn\pgadmin3\src\include\favourites.h(43) : warning C4284:
return type for 'queryFavouriteArray::const_reverse_iterator::operator
->' is 'class queryFavouriteItem *const * ' (ie; not a UDT or reference
to
 a UDT.  Will produce errors if applied using infix notation)

Compiling in VC++ 6.0

/D

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Patch: Query favourites
Next
From: Bastiaan Wakkie
Date:
Subject: Re: FW: Sorting and filtering in PgAdmin