CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <[EMAIL PROTECTED]> 05/03/08 02:25:09
Modified files:
src/serialization: binary_wml.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/binary_wml.hpp.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index: wesnoth/src/serialization/binary_wml.hpp
diff -u wesnoth/src/serialization/binary_wml.hpp:1.1
wesnoth/src/serialization/binary_wml.hpp:1.2
--- wesnoth/src/serialization/binary_wml.hpp:1.1 Sat Mar 5 10:54:25 2005
+++ wesnoth/src/serialization/binary_wml.hpp Tue Mar 8 02:25:09 2005
@@ -1,4 +1,4 @@
-/* $Id: binary_wml.hpp,v 1.1 2005/03/05 10:54:25 silene Exp $ */
+/* $Id: binary_wml.hpp,v 1.2 2005/03/08 02:25:09 Sirp Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Copyright (C) 2005 by Guillaume Melquiond <[EMAIL PROTECTED]>
@@ -17,7 +17,7 @@
#include <map>
#include <string>
-struct config;
+class config;
//this object holds the schema by which config objects can be compressed and
decompressed.
struct compression_schema