OSDN Git Service

Change Progress.h to SysProgress.h because there are two progress.h file.
[tortoisegit/TortoiseGitJp.git] / src / Git / GitAdminDir.h
index 00778a8..bc1e02c 100644 (file)
@@ -27,7 +27,7 @@ public:
        /// Returns true if the path (file or folder) has an admin directory \r
        /// associated, i.e. if the path is in a working copy.\r
        bool HasAdminDir(const CString& path) const;\r
-       bool HasAdminDir(const CString& path,CString * ProjectTopDir=NULL) const;\r
+       bool HasAdminDir(const CString& path,CString * ProjectTopDir) const;\r
        bool HasAdminDir(const CString& path, bool bDir,CString * ProjectTopDir=NULL) const;\r
        CString GetGitTopDir(const CString& path);\r
        \r