| 63 | // These are functions to override. They do nothing. |
| 64 | template<bool Const> |
| 65 | void SettingsVisitorBase<Const>::Define(Arg<bool>, const wxChar *, |
| 66 | bool, bool, bool, bool) |
| 67 | {} |
| 68 | |
| 69 | template<bool Const> |
| 70 | void SettingsVisitorBase<Const>::Define(Arg<size_t>, const wxChar *, |
no outgoing calls
no test coverage detected