@@ -641,12 +641,12 @@ objc_autoreleasePoolPop(pool); } #endif #ifdef OF_HAVE_SYMLINK -+ (void)createSymbolicLinkAtPath: (OFString*)source - withDestinationPath: (OFString*)destination ++ (void)createSymbolicLinkAtPath: (OFString*)destination + withDestinationPath: (OFString*)source { void *pool; if (source == nil || destination == nil) @throw [OFInvalidArgumentException exception];