diff options
Diffstat (limited to 'tools/mhmake/src/util.h')
-rw-r--r-- | tools/mhmake/src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mhmake/src/util.h b/tools/mhmake/src/util.h index fea80c070..cb28ab80b 100644 --- a/tools/mhmake/src/util.h +++ b/tools/mhmake/src/util.h @@ -232,7 +232,7 @@ public: extern LOADEDMAKEFILES g_LoadedMakefiles;
-bool MakeDirs(const fileinfo *pDir); // Creates a directory tree
+bool MakeDirs(fileinfo *pDir); // Creates a directory tree
void DumpVarsAndRules();
#endif
|