diff options
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r-- | macosx/PictureController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h index 81aff8517..98cf3ddcd 100644 --- a/macosx/PictureController.h +++ b/macosx/PictureController.h @@ -24,6 +24,7 @@ IBOutlet NSPanel * fPicturePanel; IBOutlet HBPictureGLView * fPictureGLView; + IBOutlet NSBox * fPictureGLViewArea; IBOutlet NSTextField * fWidthField; IBOutlet NSStepper * fWidthStepper; IBOutlet NSTextField * fHeightField; @@ -80,7 +81,7 @@ - (int) denoise; - (void) setDenoise: (int) setting; -- (void) showPanelInWindow: (NSWindow *) fWindow forTitle:(hb_title_t *)title; +- (void)showPanelInWindow: (NSWindow *)fWindow forTitle: (hb_title_t *)title; - (BOOL) loadMyNibFile; @end |