diff options
Diffstat (limited to 'tuiclient/helpwindow.h')
-rw-r--r-- | tuiclient/helpwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tuiclient/helpwindow.h b/tuiclient/helpwindow.h index 883b586..71826f4 100644 --- a/tuiclient/helpwindow.h +++ b/tuiclient/helpwindow.h @@ -26,10 +26,10 @@ #ifndef _HELPWINDOW_H_ #define _HELPWINDOW_H_ - #include "twindow.h" using namespace std; + class Thelp_window: public Twindow{ public: // Thelp_window(int height_, int width_, int y_, int x_); |