| 283 | } |
| 284 | |
| 285 | void ShowNewGRFInspectWindow() const override |
| 286 | { |
| 287 | ::ShowNewGRFInspectWindow(GetGrfSpecFeature(this->tile), this->tile.base()); |
| 288 | } |
| 289 | |
| 290 | void OnClick([[maybe_unused]] Point pt, WidgetID widget, [[maybe_unused]] int click_count) override |
| 291 | { |
nothing calls this directly
no test coverage detected