From 81e257f4e6f4a154ce86f810dfab3d6680ba00fc Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Tue, 23 Sep 2008 20:31:46 +0200 Subject: [PATCH] CommitController: add missing declaration --- PBGitCommitController.h | 1 + 1 file changed, 1 insertion(+) diff --git a/PBGitCommitController.h b/PBGitCommitController.h index 4e6ddd8..1b131ec 100644 --- a/PBGitCommitController.h +++ b/PBGitCommitController.h @@ -25,4 +25,5 @@ - (void) readOtherFiles; - (void) readUnstagedFiles; +- (IBAction) refresh:(id) sender; @end