diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-25 17:47:20 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-25 17:47:20 (GMT) |
commit | 9bab6591d03526a6e5414f36155b40e471978a77 (patch) | |
tree | 5c37959ab03c0dc50df9d90a72647c90d185f83b /Source/MFCDialog/PathDialog.h | |
parent | b194f66677199a5978c21c8a14cc146e7ac0e2c0 (diff) | |
download | CMake-9bab6591d03526a6e5414f36155b40e471978a77.zip CMake-9bab6591d03526a6e5414f36155b40e471978a77.tar.gz CMake-9bab6591d03526a6e5414f36155b40e471978a77.tar.bz2 |
ENH: fix warning
Diffstat (limited to 'Source/MFCDialog/PathDialog.h')
-rw-r--r-- | Source/MFCDialog/PathDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/MFCDialog/PathDialog.h b/Source/MFCDialog/PathDialog.h index 2a7fef2..504cda5 100644 --- a/Source/MFCDialog/PathDialog.h +++ b/Source/MFCDialog/PathDialog.h @@ -61,7 +61,7 @@ public: CString GetPathName(); virtual int DoModal(); - static Touch(LPCTSTR lpPath, BOOL bValidate=TRUE); + static int Touch(LPCTSTR lpPath, BOOL bValidate=TRUE); static int MakeSurePathExists(LPCTSTR lpPath); static BOOL IsFileNameValid(LPCTSTR lpFileName); static int ConcatPath(LPTSTR lpRoot, LPCTSTR lpMorePath); |