mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:20:47 +00:00
Changed to allocate a new instance
This commit is contained in:
parent
72eb294eb6
commit
938467102e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
if (self != nil)
|
||||
{
|
||||
// initialize finder...
|
||||
_finder = [GSTextFinder sharedTextFinder];
|
||||
_finder = [[GSTextFinder alloc] init];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue