Changeset - r15614:2fd6c22346ef
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-08-01 19:52:51
rubidium@openttd.org
(svn r20287) -Fix: GCC 4.1 warning
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/newgrf_config.cpp
Show inline comments
 
@@ -38,6 +38,7 @@ GRFConfig::GRFConfig(const char *filenam
 
 * @param config The GRFConfig object to make a copy of.
 
 */
 
GRFConfig::GRFConfig(const GRFConfig &config) :
 
	ZeroedMemoryAllocator(),
 
	ident(config.ident),
 
	version(config.version),
 
	flags(config.flags & ~GCF_COPY),
 
@@ -133,6 +134,7 @@ GRFError::GRFError(StringID severity, St
 
 * @param error The GRFError object to make a copy of.
 
 */
 
GRFError::GRFError(const GRFError &error) :
 
	ZeroedMemoryAllocator(),
 
	custom_message(error.custom_message),
 
	data(error.data),
 
	message(error.message),
0 comments (0 inline, 0 general)