aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPEditSheetTextView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPEditSheetTextView.h')
-rw-r--r--Source/SPEditSheetTextView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPEditSheetTextView.h b/Source/SPEditSheetTextView.h
index d6af35ce..52c04c1b 100644
--- a/Source/SPEditSheetTextView.h
+++ b/Source/SPEditSheetTextView.h
@@ -29,7 +29,7 @@
BOOL textWasChanged;
}
-- (unsigned int)characterIndexOfPoint:(NSPoint)aPoint;
+- (NSUInteger)characterIndexOfPoint:(NSPoint)aPoint;
- (void)insertFileContentOfFile:(NSString *)aPath;
- (void)saveChangedFontInUserDefaults;