| 38 | |
| 39 | |
| 40 | My_Fl_Double_Window::My_Fl_Double_Window(int W,int H, const char* title) : Fl_Double_Window (W, H, title) {} |
| 41 | My_Fl_Double_Window::My_Fl_Double_Window(int X,int Y,int W,int H, const char* title) : Fl_Double_Window (X, Y, W, H, title) {} |
| 42 | My_Fl_Double_Window::~My_Fl_Double_Window() {} |
| 43 |
nothing calls this directly
no outgoing calls
no test coverage detected