summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesCacheEntryComposite.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-03-16 15:44:55 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-03-16 15:44:55 (GMT)
commitfb5d92ea37b6b7cbd9eda84538ce072b90b80b73 (patch)
tree6368791fb74abffe3eee903cabf007b9bfed3599 /Source/CursesDialog/cmCursesCacheEntryComposite.h
parent4b83a08b373e8dcb3a0b4b23390f747af167c864 (diff)
downloadCMake-fb5d92ea37b6b7cbd9eda84538ce072b90b80b73.zip
CMake-fb5d92ea37b6b7cbd9eda84538ce072b90b80b73.tar.gz
CMake-fb5d92ea37b6b7cbd9eda84538ce072b90b80b73.tar.bz2
ENH: m_ cleanup for curses
Diffstat (limited to 'Source/CursesDialog/cmCursesCacheEntryComposite.h')
-rw-r--r--Source/CursesDialog/cmCursesCacheEntryComposite.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/CursesDialog/cmCursesCacheEntryComposite.h b/Source/CursesDialog/cmCursesCacheEntryComposite.h
index 2a64ac5..bee9cee 100644
--- a/Source/CursesDialog/cmCursesCacheEntryComposite.h
+++ b/Source/CursesDialog/cmCursesCacheEntryComposite.h
@@ -36,12 +36,12 @@ protected:
cmCursesCacheEntryComposite(const cmCursesCacheEntryComposite& from);
void operator=(const cmCursesCacheEntryComposite&);
- cmCursesLabelWidget* m_Label;
- cmCursesLabelWidget* m_IsNewLabel;
- cmCursesWidget* m_Entry;
- std::string m_Key;
- int m_LabelWidth;
- int m_EntryWidth;
+ cmCursesLabelWidget* Label;
+ cmCursesLabelWidget* IsNewLabel;
+ cmCursesWidget* Entry;
+ std::string Key;
+ int LabelWidth;
+ int EntryWidth;
};
#endif // __cmCursesCacheEntryComposite_h