From 1b4e97f8b5e628af033612e12e647718f8d5ee84 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 24 Apr 2013 19:33:49 +1000 Subject: Feature: [feature-requests:#987]. Cocoa user interface validation. --- cocoa/ScintillaView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/ScintillaView.h') diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 996501788..356c34adb 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -48,7 +48,7 @@ extern NSString *SCIUpdateUINotification; * InnerView is the Cocoa interface to the Scintilla backend. It handles text input and * provides a canvas for painting the output. */ -@interface InnerView : NSView +@interface InnerView : NSView { @private ScintillaView* mOwner; -- cgit v1.2.3