| 1675 | const std::string &filename); |
| 1676 | |
| 1677 | void reassign_context(PJ_CONTEXT *ctx) override { |
| 1678 | m_ctx = ctx; |
| 1679 | m_fp->reassign_context(ctx); |
| 1680 | } |
| 1681 | |
| 1682 | bool hasChanged() const override { return m_fp->hasChanged(); } |
| 1683 | }; |
nothing calls this directly
no test coverage detected