| 420 | AutoLineLayout &operator= ( const AutoLineLayout & ); |
| 421 | public: |
| 422 | AutoLineLayout ( LineLayoutCache &llc_, LineLayout *ll_ ) : llc ( llc_ ), ll ( ll_ ) {} |
| 423 | ~AutoLineLayout() { |
| 424 | llc.Dispose ( ll ); |
| 425 | ll = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected