* nsterm.m (conversationIdentifier): Return value is NSInteger.
This commit is contained in:
parent
f1e8a7f1a5
commit
4b17afa7a4
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
|
||||
(conversationIdentifier): Return value is NSInteger.
|
||||
|
||||
2012-07-21 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
|
|
|
@ -5059,9 +5059,9 @@ - (NSRect)firstRectForCharacterRange: (NSRange)theRange
|
|||
}
|
||||
|
||||
|
||||
- (long)conversationIdentifier
|
||||
- (NSInteger)conversationIdentifier
|
||||
{
|
||||
return (long)self;
|
||||
return (NSInteger)self;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue