Skip to content

Commit be17df2

Browse files
committed
Making the thing compilable on Mono 3.5
1 parent 73f9905 commit be17df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ModuleManager/ModuleManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ public static void OutputAllConfigs()
459459
Log("Exception {0}, while cleaning the export dir!", e);
460460
}
461461

462-
static void WriteDirectoryRecursive(UrlDir currentDir, string dirPath)
462+
void WriteDirectoryRecursive(UrlDir currentDir, string dirPath)
463463
{
464464
if (currentDir.files.Count > 0) Directory.CreateDirectory(dirPath);
465465

0 commit comments

Comments
 (0)