src/waypoint.cpp
changeset 5587 167d9a91ef02
parent 5584 1111b4d36e35
child 5734 a2d4355c3a58
--- a/src/waypoint.cpp	Wed Jan 10 18:44:52 2007 +0000
+++ b/src/waypoint.cpp	Wed Jan 10 18:56:51 2007 +0000
@@ -437,6 +437,6 @@
 	}
 }
 
-const ChunkHandler _waypoint_chunk_handlers[] = {
+extern const ChunkHandler _waypoint_chunk_handlers[] = {
 	{ 'CHKP', Save_WAYP, Load_WAYP, CH_ARRAY | CH_LAST},
 };