From 4ac42e387637b2e51a39aa39aa69e2ff97ba4c38 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 2 Feb 2011 19:02:13 +0000 Subject: Solved compile error --- tools/mhmake/src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mhmake/src/util.cpp') diff --git a/tools/mhmake/src/util.cpp b/tools/mhmake/src/util.cpp index f678e7adf..1f531e493 100644 --- a/tools/mhmake/src/util.cpp +++ b/tools/mhmake/src/util.cpp @@ -747,7 +747,7 @@ void loadedmakefile::LoadMakefile() } /*****************************************************************************/ -bool MakeDirs(const fileinfo *pDir) +bool MakeDirs(fileinfo *pDir) { fileinfo *pParentDir=pDir->GetDir(); if (!pParentDir->GetDate().DoesExist()) -- cgit v1.2.3