summaryrefslogtreecommitdiff
path: root/Source/CursesDialog/cmCursesMainForm.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-06-23 10:13:02 -0400
committerBrad King <brad.king@kitware.com>2004-06-23 10:13:02 -0400
commit4eb0400c9807bd984a9983dc993dbd47275b4d65 (patch)
treecabf980b14e3e6c17e3b74c5829dff857194250b /Source/CursesDialog/cmCursesMainForm.h
parentf1842f913718f97cb53ff5e313ea0c99b97dc132 (diff)
downloadcmake-4eb0400c9807bd984a9983dc993dbd47275b4d65.tar.gz
ENH: Adding MODIFIED property to cache values that have been changed by the user.
Diffstat (limited to 'Source/CursesDialog/cmCursesMainForm.h')
-rw-r--r--Source/CursesDialog/cmCursesMainForm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CursesDialog/cmCursesMainForm.h b/Source/CursesDialog/cmCursesMainForm.h
index 9cfce3d84d..d74c25af22 100644
--- a/Source/CursesDialog/cmCursesMainForm.h
+++ b/Source/CursesDialog/cmCursesMainForm.h
@@ -117,6 +117,9 @@ protected:
// Copy the cache values from the user interface to the actual
// cache.
void FillCacheManagerFromUI();
+ // Fix formatting of values to a consistent form.
+ void FixValue(cmCacheManager::CacheEntryType type,
+ const std::string& in, std::string& out) const;
// Re-post the existing fields. Used to toggle between
// normal and advanced modes. Render() should be called
// afterwards.