pgAdmin 4 commit: Use C++ style casts.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Use C++ style casts.
Date: 2018-12-06 10:37:02
Message-ID: E1gUr1i-0002sV-8D@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use C++ style casts.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5cfe0ef115576380f1f39b0956a03ea6df50cec6

Modified Files
--------------
runtime/LogWindow.cpp | 2 +-
runtime/Server.cpp | 6 +++---
runtime/pgAdmin4.cpp | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2018-12-06 10:39:14 Build failed in Jenkins: pgadmin4-master-python34 #815
Previous Message Dave Page 2018-12-06 10:30:11 pgAdmin 4 commit: Use nullptr instead of NULL or 0.