mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 19:01:54 +00:00
Add const
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6506 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fa380dcc80
commit
5f9251c3e2
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ void setNSFont(NSString* key, NSFont* font)
|
||||||
- (BOOL) isEqual: (id)anObject
|
- (BOOL) isEqual: (id)anObject
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
float *obj_matrix;
|
const float *obj_matrix;
|
||||||
if (anObject == self)
|
if (anObject == self)
|
||||||
return YES;
|
return YES;
|
||||||
if ([anObject isKindOfClass: self->isa] == NO)
|
if ([anObject isKindOfClass: self->isa] == NO)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue