| 128 | //========================================================================== |
| 129 | |
| 130 | bool FMapInfoParser::CheckNumber() |
| 131 | { |
| 132 | if (sc.CheckString(",")) |
| 133 | { |
| 134 | sc.MustGetNumber(); |
| 135 | return true; |
| 136 | } |
| 137 | return false; |
| 138 | } |
| 139 | |
| 140 | //========================================================================== |
| 141 | // |
no test coverage detected