pgAdmin III commit: Fix some errors the VC++ compiler found (an implici

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix some errors the VC++ compiler found (an implici
Date: 2010-08-19 07:10:39
Message-ID: 201008190710.o7J7AdOf049069@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-08-19 07:11:40 Re: Troubles when compiling a fresh master branch on Windows
Previous Message Ashesh Vashi 2010-08-19 06:23:29 Re: error in last pgadmin git version