Give wanring about parsing a class if it already exists

This commit is contained in:
Gregory John Casamento 2023-07-03 12:15:49 -04:00
parent 55b46a186b
commit 7ce5652c37

View file

@ -1919,6 +1919,7 @@
if ([self respondsToSelector: @selector(isInTool)])
{
retval = NSAlertDefaultReturn;
NSLog(@"Breaking any existing connections with instances of class %@", className);
}
else
{