From 564453e8b3b2a3e937fff9846a4337490405f7b0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 26 Jun 2009 06:22:21 +0000 Subject: Updated cocoa to current version from bzr. --- cocoa/ScintillaTest/AppController.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cocoa/ScintillaTest/AppController.h') diff --git a/cocoa/ScintillaTest/AppController.h b/cocoa/ScintillaTest/AppController.h index 034755fd6..7c4f029e5 100644 --- a/cocoa/ScintillaTest/AppController.h +++ b/cocoa/ScintillaTest/AppController.h @@ -8,7 +8,12 @@ */ #import + +#define SCI_LEXER +#define SCI_NAMESPACE + #import "ScintillaView.h" +#import "InfoBar.h" @interface AppController : NSObject { IBOutlet NSBox *mEditHost; -- cgit v1.2.3