pgAdmin III commit: Fix some errors the VC++ compiler found (an implici - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix some errors the VC++ compiler found (an implici
Date
Msg-id 201008190710.o7J7AdOf049069@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f763036cd3bffb7c09e5c6550f3d4d1931ff3541

Log Message
-----------
Fix some errors the VC++ compiler found (an implicit conversion issue, and an already defined enumeration member).

Branch
------
master

Modified Files
--------------
pgadmin/frm/frmReport.cpp            |    2 +-
pgadmin/include/schema/pgObject.h    |    2 +-
pgadmin/schema/pgColumn.cpp          |    2 +-
pgadmin/schema/pgDatabase.cpp        |    4 ++--
pgadmin/schema/pgIndex.cpp           |    2 +-
pgadmin/schema/pgIndexConstraint.cpp |    2 +-
pgadmin/schema/pgSequence.cpp        |    2 +-
pgadmin/schema/pgServer.cpp          |    4 ++--
pgadmin/schema/pgTable.cpp           |    4 ++--
pgadmin/schema/pgTablespace.cpp      |    4 ++--
10 files changed, 14 insertions(+), 14 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: error in last pgadmin git version
Next
From: Guillaume Lelarge
Date:
Subject: Re: Troubles when compiling a fresh master branch on Windows