mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Prefixed ivar with underscore.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7829 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e7815adf79
commit
0ab889f836
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ typedef enum _NSPrintingPaginationMode {
|
|||
|
||||
@interface NSPrintInfo : NSObject <NSCoding>
|
||||
{
|
||||
NSMutableDictionary *info;
|
||||
NSMutableDictionary *_info;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue