* EOControl/EOEditingContext.[h|m]

switch setLevelsOfUndo to NSUInteger



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36717 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
buzzdee 2013-06-09 14:18:10 +00:00
parent fada259ba0
commit ca5769950e
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2013-06-09: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* EOControl/EOEditingContext.[h|m]
switch setLevelsOfUndo to NSUInteger
2013-05-29: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* EOAccess/EOEntity.m
remove unused variable

View file

@ -121,7 +121,7 @@
- (void)insertObject: (id)object
withGlobalID: (EOGlobalID *)gid;
-(void)setLevelsOfUndo: (int)levels;
-(void)setLevelsOfUndo: (NSUInteger)levels;
- (void)deleteObject: (id)object;
- (void)lockObject: (id)object;

View file

@ -2357,7 +2357,7 @@ _mergeValueForKey(id obj, id value,
_flags.registeredUndoTransactionID = NO;
}
-(void)setLevelsOfUndo:(int)levels
-(void)setLevelsOfUndo:(NSUInteger)levels
{
//TODO
return;