SVN Commit by andreas: r4138 - trunk/pgadmin3/src/ui

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by andreas: r4138 - trunk/pgadmin3/src/ui
Date: 2005-05-05 14:56:35
Message-ID: 200505051456.j45EuZA0023389@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: andreas
Date: 2005-05-05 15:56:35 +0100 (Thu, 05 May 2005)
New Revision: 4138

Modified:
trunk/pgadmin3/src/ui/frmHint.cpp
Log:
make dumb compilers happy

Modified: trunk/pgadmin3/src/ui/frmHint.cpp
===================================================================
--- trunk/pgadmin3/src/ui/frmHint.cpp 2005-05-04 21:47:05 UTC (rev 4137)
+++ trunk/pgadmin3/src/ui/frmHint.cpp 2005-05-05 14:56:35 UTC (rev 4138)
@@ -36,7 +36,7 @@
#define HINT_YESNO 8


-struct
+struct make_dumb_compilers_happy // unnamed structs don't make all compilers happy...
{
const wxChar *hintPage;
const wxChar *hintCaption;

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-05-05 14:57:45 Trimming the snapshots
Previous Message svn 2005-05-04 21:47:05 SVN Commit by dpage: r4137 - branches/REL-1_2_0_PATCHES/pgadmin3/docs/en_US