diff options
Diffstat (limited to 'Source/CursesDialog/cmCursesForm.h')
-rw-r--r-- | Source/CursesDialog/cmCursesForm.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/CursesDialog/cmCursesForm.h b/Source/CursesDialog/cmCursesForm.h index 2c45494..c0192fc 100644 --- a/Source/CursesDialog/cmCursesForm.h +++ b/Source/CursesDialog/cmCursesForm.h @@ -54,16 +54,11 @@ public: // Description: // Return the FORM. Should be only used by low-level methods. - FORM* GetForm() - { - return this->Form; - } + FORM* GetForm() { return this->Form; } static cmCursesForm* CurrentForm; - protected: - static cmsys::ofstream DebugFile; static bool Debug; |