Changeset 1609
- Timestamp:
- 02/01/10 16:32:09 (6 months ago)
- Files:
-
- 1 modified
-
trunk/src/load_map.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/load_map.cpp
r1590 r1609 657 657 optional<std::string> file = get_opt_attr<string>(sym, "file"); 658 658 optional<std::string> base = get_opt_attr<string>(sym, "base"); 659 optional<std::string> type = get_opt_attr<string>(sym, "type");660 659 optional<boolean> allow_overlap = 661 660 get_opt_attr<boolean>(sym, "allow_overlap"); … … 731 730 std::string file = get_attr<string>(sym, "file"); 732 731 optional<std::string> base = get_opt_attr<string>(sym, "base"); 733 std::string type = get_attr<string>(sym, "type");734 732 735 733 try … … 785 783 std::string file = get_attr<string>(sym, "file"); 786 784 optional<std::string> base = get_opt_attr<string>(sym, "base"); 787 std::string type = get_attr<string>(sym, "type");788 785 789 786 try
