(svn r9434) -Fix (r9418): remove typedef from forward declaration to appease MSVC or something
authorpeter1138
Sat, 24 Mar 2007 16:09:39 +0000
changeset 6371 8ce1cab720e5
parent 6370 bcf7979ecc4f
child 6372 dfc17fea6961
(svn r9434) -Fix (r9418): remove typedef from forward declaration to appease MSVC or something
src/newgrf_cargo.h
--- a/src/newgrf_cargo.h	Sat Mar 24 15:13:46 2007 +0000
+++ b/src/newgrf_cargo.h	Sat Mar 24 16:09:39 2007 +0000
@@ -21,7 +21,7 @@
 static const CargoID CT_PURCHASE     = NUM_CARGO + 1;
 static const CargoID CT_DEFAULT_NA   = NUM_CARGO + 2;
 
-typedef struct CargoSpec;
+struct CargoSpec;
 
 SpriteID GetCustomCargoSprite(const CargoSpec *cs);
 uint16 GetCargoCallback(uint16 callback, uint32 param1, uint32 param2, const CargoSpec *cs);