SVN Commit by andreas: r4452 - in trunk/pgadmin3/src: dlg include
От | svn@pgadmin.org |
---|---|
Тема | SVN Commit by andreas: r4452 - in trunk/pgadmin3/src: dlg include |
Дата | |
Msg-id | 200509181801.j8II1ptY031417@developer.pgadmin.org обсуждение исходный текст |
Список | 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 по дате отправления: