소스 검색

Importing Foundation instead of Cocoa.

ccgus 14 년 전
부모
커밋
1329039deb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/FMDatabasePool.h

+ 1 - 1
src/FMDatabasePool.h

@@ -6,7 +6,7 @@
 //  Copyright 2011 Flying Meat Inc. All rights reserved.
 //
 
-#import <Cocoa/Cocoa.h>
+#import <Foundation/Foundation.h>
 
 @class FMDatabase;