summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/MFCDialog/PathDialog.h2
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);