| 677 | } |
| 678 | |
| 679 | V14BaseLoader::V14BaseLoader(const Scaling& scaling) : m_scaling(scaling) |
| 680 | {} |
| 681 | |
| 682 | void V14BaseLoader::load(PointRef& point, const char *buf, int bufsize) |
| 683 | { |
nothing calls this directly
no outgoing calls
no test coverage detected