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

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

From
svn@pgadmin.org
Date:
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;