aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsterm.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index 90d3b42df80..bc17f572a97 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -4667,9 +4667,9 @@ extern void update_window_cursor (struct window *w, int on);
4667} 4667}
4668 4668
4669 4669
4670- (NSInteger)conversationIdentifier 4670- (long)conversationIdentifier
4671{ 4671{
4672 return (NSInteger)self; 4672 return (long)self;
4673} 4673}
4674 4674
4675 4675