ENH: fix warning
This commit is contained in:
parent
b194f66677
commit
9bab6591d0
@ -61,7 +61,7 @@ public:
|
|||||||
CString GetPathName();
|
CString GetPathName();
|
||||||
virtual int DoModal();
|
virtual int DoModal();
|
||||||
|
|
||||||
static Touch(LPCTSTR lpPath, BOOL bValidate=TRUE);
|
static int Touch(LPCTSTR lpPath, BOOL bValidate=TRUE);
|
||||||
static int MakeSurePathExists(LPCTSTR lpPath);
|
static int MakeSurePathExists(LPCTSTR lpPath);
|
||||||
static BOOL IsFileNameValid(LPCTSTR lpFileName);
|
static BOOL IsFileNameValid(LPCTSTR lpFileName);
|
||||||
static int ConcatPath(LPTSTR lpRoot, LPCTSTR lpMorePath);
|
static int ConcatPath(LPTSTR lpRoot, LPCTSTR lpMorePath);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user