mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Added NSCopying protocol.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8102 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
17ef6f2a6b
commit
edfa3114b9
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ typedef enum _NSPrintingPaginationMode {
|
|||
NSClipPagination
|
||||
} NSPrintingPaginationMode;
|
||||
|
||||
@interface NSPrintInfo : NSObject <NSCoding>
|
||||
@interface NSPrintInfo : NSObject <NSCoding, NSCopying>
|
||||
{
|
||||
NSMutableDictionary *_info;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue