From 9bab6591d03526a6e5414f36155b40e471978a77 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 25 Feb 2002 12:47:20 -0500 Subject: [PATCH] ENH: fix warning --- Source/MFCDialog/PathDialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/MFCDialog/PathDialog.h b/Source/MFCDialog/PathDialog.h index 2a7fef272..504cda5a9 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);