| 85 | } |
| 86 | |
| 87 | void doClickOK() override { |
| 88 | wxGetApp().getBookmarkMgr().removeRange(subject); |
| 89 | wxGetApp().getBookmarkMgr().updateActiveList(); |
| 90 | } |
| 91 | |
| 92 | private: |
| 93 | BookmarkRangeEntryPtr subject; |
nothing calls this directly
no test coverage detected