mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fixup to import local headers rather than installed versions
This commit is contained in:
parent
ea9aa71eeb
commit
dfba8adba7
1 changed files with 4 additions and 4 deletions
|
@ -22,9 +22,9 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSBackgroundActivityScheduler.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSTimer.h>
|
||||
#import "Foundation/NSBackgroundActivityScheduler.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSTimer.h"
|
||||
|
||||
@implementation NSBackgroundActivityScheduler
|
||||
|
||||
|
@ -134,7 +134,7 @@
|
|||
{
|
||||
NSProcessInfo *pinfo = [NSProcessInfo processInfo];
|
||||
|
||||
ASSIGN(_block, block);
|
||||
ASSIGN(_block, (id)block);
|
||||
switch(_qualityOfService)
|
||||
{
|
||||
case NSQualityOfServiceUserInteractive:
|
||||
|
|
Loading…
Reference in a new issue