Use 64-bit: explicit visibility where required

This commit is contained in:
Jacob Bandes-Storch
2012-08-27 16:07:12 -07:00
committed by Allan Odgaard
parent 34d65bbb26
commit dfdde3283f
36 changed files with 63 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
#import <command/runner.h>
#import <oak/debug.h>
@interface HTMLOutputWindowController : NSObject <NSWindowDelegate>
PUBLIC @interface HTMLOutputWindowController : NSObject <NSWindowDelegate>
{
OBJC_WATCH_LEAKS(HTMLOutputWindowController);