| [Freeciv-Dev] Re: (PR#11279) [C++] client/options.h has struct member "c[Top] [All Lists][Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
 
| Subject: | [Freeciv-Dev] Re: (PR#11279) [C++] client/options.h has struct member "class" |  
| From: | "Frédéric Brière" <fbriere@xxxxxxxxxxx> |  
| Date: | Wed, 1 Dec 2004 13:04:34 -0800 |  
| Reply-to: | rt@xxxxxxxxxxx |  
 
<URL: http://rt.freeciv.org/Ticket/Display.html?id=11279 >
This patch renames client_option.class as client_option.category.
-- 
             Frédéric Brière    <*>    fbriere@xxxxxxxxxxx
 =>  <fbriere@xxxxxxxxxx> IS NO MORE:  <http://www.abacomsucks.com>  <=
Index: client/options.h
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/options.h,v
retrieving revision 1.41
diff -u -r1.41 options.h
--- client/options.h    24 Nov 2004 07:31:06 -0000      1.41
+++ client/options.h    1 Dec 2004 21:01:47 -0000
@@ -66,7 +66,7 @@
 typedef struct client_option {
   const char *name;
   const char *description;
-  enum client_option_class class;
+  enum client_option_class category;
   enum client_option_type type;
   int *p_int_value;
   bool *p_bool_value;
 
 |  |