SVN Commit by andreas: r4452 - in trunk/pgadmin3/src: dlg include - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by andreas: r4452 - in trunk/pgadmin3/src: dlg include
Date
Msg-id 200509181801.j8II1ptY031417@developer.pgadmin.org
Whole thread Raw
List 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
 {


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4451 - in trunk/pgadmin3/src: dlg include ui
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4453 - in trunk/pgadmin3/src: ctl dlg frm include include/ctl