OSDN Git Service

Add ext and utils
[tortoisegit/TortoiseGitJp.git] / Utils / SysImageList.cpp
index 25af5d6..044cbcf 100644 (file)
@@ -18,7 +18,7 @@
 //\r
 #include "stdafx.h"\r
 #include "SysImageList.h"\r
-#include "TSVNPath.h"\r
+#include "TGitPath.h"\r
 \r
 \r
 // Singleton constructor and destructor (private)\r
@@ -119,7 +119,7 @@ int CSysImageList::GetFileIconIndex(const CString& file) const
        return sfi.iIcon;\r
 }\r
 \r
-int CSysImageList::GetPathIconIndex(const CTSVNPath& filePath) const\r
+int CSysImageList::GetPathIconIndex(const CTGitPath& filePath) const\r
 {\r
        CString strExtension = filePath.GetFileExtension();\r
        strExtension.MakeUpper();\r