diff options
Diffstat (limited to 'cocoa/PlatCocoa.h')
-rw-r--r-- | cocoa/PlatCocoa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/PlatCocoa.h b/cocoa/PlatCocoa.h index d63ad63c6..536d3bcf9 100644 --- a/cocoa/PlatCocoa.h +++ b/cocoa/PlatCocoa.h @@ -25,7 +25,7 @@ #include "QuartzTextLayout.h" NSRect PRectangleToNSRect(const Scintilla::Internal::PRectangle &rc); -Scintilla::Internal::PRectangle NSRectToPRectangle(NSRect &rc); +Scintilla::Internal::PRectangle NSRectToPRectangle(const NSRect &rc); CFStringEncoding EncodingFromCharacterSet(bool unicode, Scintilla::CharacterSet characterSet); @interface ScintillaContextMenu : NSMenu { |