Index: src/ch/TLocalFilesystem.h
===================================================================
diff -u -r4c09a2d7ab35a30114ff2b7c4db12bc413bf538c -r117248f68a61e817de78e501c44ccb4ac7c97ec9
--- src/ch/TLocalFilesystem.h	(.../TLocalFilesystem.h)	(revision 4c09a2d7ab35a30114ff2b7c4db12bc413bf538c)
+++ src/ch/TLocalFilesystem.h	(.../TLocalFilesystem.h)	(revision 117248f68a61e817de78e501c44ccb4ac7c97ec9)
@@ -48,7 +48,6 @@
 	};
 
 public:
-	static void GetDriveData(const chcore::TSmartPath& spPath, int *piDrvNum, UINT *puiDrvType);
 	static bool PathExist(chcore::TSmartPath strPath);	// check for file or folder existence
 
 	static bool SetFileDirectoryTime(const chcore::TSmartPath& pathFileDir, const FILETIME& ftCreationTime, const FILETIME& ftLastAccessTime, const FILETIME& ftLastWriteTime);
@@ -68,6 +67,7 @@
 
 private:
 	static chcore::TSmartPath PrependPathExtensionIfNeeded(const chcore::TSmartPath& pathInput);
+	static UINT GetDriveData(const chcore::TSmartPath& spPath);
 	DWORD  GetPhysicalDiskNumber(wchar_t wchDrive);
 
 private: