Bad declaration ? - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Bad declaration ?
Date
Msg-id 45FB310F.40300@lelarge.info
Whole thread Raw
List pgadmin-hackers
Hi all,

Without this patch, I'm not able to build pgAdmin. I don't know if I
made something wrong or if this is a real mistake.

Regards.


--
Guillaume.
<!-- http://abs.traduc.org/
      http://lfs.traduc.org/
      http://docs.postgresqlfr.org/ -->
Index: debugger/include/wsCodeWindow.h
===================================================================
--- debugger/include/wsCodeWindow.h    (révision 6089)
+++ debugger/include/wsCodeWindow.h    (copie de travail)
@@ -205,7 +205,7 @@
     static wxString m_commandCreateListener;
     static wxString m_commandWaitForTarget;

-    void wsCodeWindow::OnClose( wxCloseEvent & event );
+    void OnClose( wxCloseEvent & event );

     DECLARE_EVENT_TABLE()
 };

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6090 - in trunk/pgadmin3/xtra/pgagent: . include
Next
From: "Dave Page"
Date:
Subject: Re: Bad declaration ?