wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src/serialization parser.hpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src/serialization parser.hpp
Date: Mon, 07 Mar 2005 21:26:03 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    05/03/08 02:26:03

Modified files:
        src/serialization: parser.hpp 

Log message:
        corrected forward declaration of 'config' to be a class rather than a 
struct

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/serialization/parser.hpp.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: wesnoth/src/serialization/parser.hpp
diff -u wesnoth/src/serialization/parser.hpp:1.1 
wesnoth/src/serialization/parser.hpp:1.2
--- wesnoth/src/serialization/parser.hpp:1.1    Sat Mar  5 10:54:25 2005
+++ wesnoth/src/serialization/parser.hpp        Tue Mar  8 02:26:03 2005
@@ -1,4 +1,4 @@
-/* $Id: parser.hpp,v 1.1 2005/03/05 10:54:25 silene Exp $ */
+/* $Id: parser.hpp,v 1.2 2005/03/08 02:26:03 Sirp Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Copyright (C) 2005 by Guillaume Melquiond <address@hidden>
@@ -17,7 +17,7 @@
 #include <string>
 #include <vector>
 
-struct config;
+class config;
 struct line_source;
 
 line_source get_line_source(std::vector< line_source > const &line_src, int 
line);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]