src/industry.h
changeset 7496 49cec492627b
parent 7473 3dfe8243a870
child 7608 7c091bba8741
--- a/src/industry.h	Thu Aug 30 19:20:15 2007 +0000
+++ b/src/industry.h	Thu Aug 30 20:40:33 2007 +0000
@@ -123,7 +123,7 @@
 	Industry(TileIndex tile = 0) : xy(tile) {}
 	~Industry();
 
-	bool IsValid() const { return this->xy != 0; }
+	inline bool IsValid() const { return this->xy != 0; }
 };
 
 struct IndustryTileTable {