mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:30:39 +00:00
Documentation tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14762 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
92867e201f
commit
76d90272f8
3 changed files with 79 additions and 80 deletions
|
@ -85,9 +85,9 @@
|
|||
return _increment;
|
||||
}
|
||||
|
||||
- (void) setIncrement: (double)newIncrement
|
||||
- (void) setIncrement: (double)increment
|
||||
{
|
||||
_increment = newIncrement;
|
||||
_increment = increment;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue