mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* 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:
parent
fada259ba0
commit
ca5769950e
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -2357,7 +2357,7 @@ _mergeValueForKey(id obj, id value,
|
|||
_flags.registeredUndoTransactionID = NO;
|
||||
}
|
||||
|
||||
-(void)setLevelsOfUndo:(int)levels
|
||||
-(void)setLevelsOfUndo:(NSUInteger)levels
|
||||
{
|
||||
//TODO
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue