mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:50:57 +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
|
||||
{
|
||||
int i;
|
||||
float *obj_matrix;
|
||||
const float *obj_matrix;
|
||||
if (anObject == self)
|
||||
return YES;
|
||||
if ([anObject isKindOfClass: self->isa] == NO)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue