mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
[PasteboardServer init] made sure that class XPbOwner gets
initialized, by adding a dummy call to class. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17489 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b508f847d8
commit
356b715cc2
1 changed files with 1 additions and 0 deletions
|
@ -977,6 +977,7 @@ NSMutableDictionary *pasteboards = nil;
|
|||
* Ensure that the X pasteboard system is initialised.
|
||||
*/
|
||||
xPbClass = NSClassFromString(@"XPbOwner");
|
||||
[xPbClass class];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue