Переименование функции

This commit is contained in:
2019-10-09 06:00:33 +03:00
parent d54886620f
commit fb355b8fe5
3 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,7 @@ int main( int argc, char** argv )
MF::Paths paths;
paths.updatePaths();
paths.makePaths();
paths.makeDefaultDirectories();
paths.findConfigFile( "test" );
return( 0 );