summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesPathWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CursesDialog/cmCursesPathWidget.h')
-rw-r--r--Source/CursesDialog/cmCursesPathWidget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/CursesDialog/cmCursesPathWidget.h b/Source/CursesDialog/cmCursesPathWidget.h
index ffe2828..d859d05 100644
--- a/Source/CursesDialog/cmCursesPathWidget.h
+++ b/Source/CursesDialog/cmCursesPathWidget.h
@@ -36,10 +36,10 @@ protected:
cmCursesPathWidget(const cmCursesPathWidget& from);
void operator=(const cmCursesPathWidget&);
- std::string m_LastString;
- std::string m_LastGlob;
- bool m_Cycle;
- std::string::size_type m_CurrentIndex;
+ std::string LastString;
+ std::string LastGlob;
+ bool Cycle;
+ std::string::size_type CurrentIndex;
};
#endif // __cmCursesPathWidget_h