adium 4660:b54a387f008c: Add some declarations to appease the co...
commits at adium.im
commits at adium.im
Sun Feb 5 20:25:53 UTC 2012
details: http://hg.adium.im/adium/rev/b54a387f008c
revision: 4660:b54a387f008c
branch: PreferencesRedux
author: Frank Dowsett <wixardy at adium.im>
date: Sun Feb 05 15:25:39 2012 -0500
Add some declarations to appease the compiler.
diffs (24 lines):
diff -r 26100eb8ac84 -r b54a387f008c Source/RAFBlockEditorWindowController.h
--- a/Source/RAFBlockEditorWindowController.h Sun Feb 05 15:13:19 2012 -0500
+++ b/Source/RAFBlockEditorWindowController.h Sun Feb 05 15:25:39 2012 -0500
@@ -23,6 +23,7 @@
NSMutableArray *listContents;
NSArray *accountArray;
+ NSMatrix *privacyLevel;
NSTableView *accountTable;
NSTableView *contactTable;
NSTextField *label_information;
diff -r 26100eb8ac84 -r b54a387f008c Source/RAFBlockEditorWindowController.m
--- a/Source/RAFBlockEditorWindowController.m Sun Feb 05 15:13:19 2012 -0500
+++ b/Source/RAFBlockEditorWindowController.m Sun Feb 05 15:25:39 2012 -0500
@@ -37,6 +37,9 @@
- (void)privacySettingsChangedExternally:(NSNotification *)inNotification;
- (void)runBlockSheet;
- (void)removeSelection;
+- (void)accountListChanged:(NSNotification *)note;
+- (void)addObject:(AIListContact *)inContact;
+- (void)addListObjectToList:(AIListObject *)listObject;
@end
@implementation RAFBlockEditorWindowController
More information about the commits
mailing list