Re: Patch: Query favourites

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>, "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Patch: Query favourites
Date: 2006-02-07 13:58:47
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40103DF26@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of Dave Page
> Sent: 07 February 2006 13:03
> To: Magnus Hagander; Andreas Pflug
> Cc: pgadmin-hackers(at)postgresql(dot)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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Bastiaan Wakkie 2006-02-07 14:19:58 Re: FW: Sorting and filtering in PgAdmin
Previous Message Dave Page 2006-02-07 13:02:33 Re: Patch: Query favourites