| 143 | //========================================================================== |
| 144 | |
| 145 | bool FMapInfoParser::CheckFloat() |
| 146 | { |
| 147 | if (sc.CheckString(",")) |
| 148 | { |
| 149 | sc.MustGetFloat(); |
| 150 | return true; |
| 151 | } |
| 152 | return false; |
| 153 | } |
| 154 | |
| 155 | //========================================================================== |
| 156 | // |
no test coverage detected