SVN Commit by andreas: r4452 - in trunk/pgadmin3/src: dlg include

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by andreas: r4452 - in trunk/pgadmin3/src: dlg include
Date: 2005-09-18 18:01:51
Message-ID: 200509181801.j8II1ptY031417@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: andreas
Date: 2005-09-18 19:01:51 +0100 (Sun, 18 Sep 2005)
New Revision: 4452

Modified:
trunk/pgadmin3/src/dlg/dlgSelectConnection.cpp
trunk/pgadmin3/src/include/dlgSelectConnection.h
Log:
gcc fixes

Modified: trunk/pgadmin3/src/dlg/dlgSelectConnection.cpp
===================================================================
--- trunk/pgadmin3/src/dlg/dlgSelectConnection.cpp 2005-09-18 17:34:15 UTC (rev 4451)
+++ trunk/pgadmin3/src/dlg/dlgSelectConnection.cpp 2005-09-18 18:01:51 UTC (rev 4452)
@@ -14,10 +14,9 @@
// App headers
#include "pgAdmin3.h"

+#include "frmMain.h"
#include "dlgSelectConnection.h"
-#include "pgConn.h"
#include "pgServer.h"
-#include "sysLogger.h"


Modified: trunk/pgadmin3/src/include/dlgSelectConnection.h
===================================================================
--- trunk/pgadmin3/src/include/dlgSelectConnection.h 2005-09-18 17:34:15 UTC (rev 4451)
+++ trunk/pgadmin3/src/include/dlgSelectConnection.h 2005-09-18 18:01:51 UTC (rev 4452)
@@ -14,6 +14,7 @@

#include "dlgClasses.h"

+class pgServer;
// Class declarations
class dlgSelectConnection : public DialogWithHelp
{

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-09-18 18:49:33 SVN Commit by andreas: r4453 - in trunk/pgadmin3/src: ctl dlg frm include include/ctl
Previous Message svn 2005-09-18 17:34:16 SVN Commit by andreas: r4451 - in trunk/pgadmin3/src: dlg include ui