| 44 | |
| 45 | |
| 46 | InputDevices::indev::indev() |
| 47 | : indev_fpointer(0), indev_line(0), indev_aux(0), indev_next(0), |
| 48 | indev_fn(*getDefaultMemoryPool()), indev_fn_display(*getDefaultMemoryPool()) |
| 49 | { |
| 50 | makeFullFileName(); |
| 51 | } |
| 52 | |
| 53 | InputDevices::indev::indev(FILE* fp, const char* fn, const char* fn_display) |
| 54 | : indev_fpointer(fp), indev_line(0), indev_aux(0), indev_next(0), |
nothing calls this directly
no test coverage detected