mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Give wanring about parsing a class if it already exists
This commit is contained in:
parent
55b46a186b
commit
7ce5652c37
1 changed files with 1 additions and 0 deletions
|
@ -1919,6 +1919,7 @@
|
|||
if ([self respondsToSelector: @selector(isInTool)])
|
||||
{
|
||||
retval = NSAlertDefaultReturn;
|
||||
NSLog(@"Breaking any existing connections with instances of class %@", className);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue