From 01e107666ccca2e56de3cd32fd48528720b81812 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sun, 24 Jul 2011 03:31:17 +0000 Subject: [PATCH] Use formal delegate protocols --- Sources/VLPDFWindow.h | 2 +- Sources/VLSheetWindow.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/VLPDFWindow.h b/Sources/VLPDFWindow.h index 7b4522d..02c988d 100644 --- a/Sources/VLPDFWindow.h +++ b/Sources/VLPDFWindow.h @@ -10,7 +10,7 @@ #import -@interface VLPDFWindow : NSWindowController { +@interface VLPDFWindow : NSWindowController { IBOutlet id pdfView; IBOutlet id prevPageItem; IBOutlet id nextPageItem; diff --git a/Sources/VLSheetWindow.h b/Sources/VLSheetWindow.h index a2f3f97..9620980 100644 --- a/Sources/VLSheetWindow.h +++ b/Sources/VLSheetWindow.h @@ -24,7 +24,7 @@ @end -@interface VLSheetWindow : NSWindowController { +@interface VLSheetWindow : NSWindowController { VLEditable * editTarget; IBOutlet id outputToolItem;