Ignore:
Timestamp:
12/21/09 22:12:22 (15 years ago)
Author:
Nicholas Riley
Message:

Prototypes to pacify GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/NJRQTMediaPopUpButton.m

    r591 r600  
    88
    99#import "NJRQTMediaPopUpButton.h"
     10#import "NJRFSObjectSelector.h"
    1011#import "NJRSoundManager.h"
    1112#import "QTMovie-NJRExtensions.h"
     
    2324- (BOOL)_validateWithPreview:(BOOL)doPreview;
    2425- (void)_startSoundPreview;
     26- (void)_soundPreviewDidEnd:(NSNotification *)notification;
    2527- (void)_resetPreview;
    2628- (void)_resetOutputVolume;
     29- (void)_aliasSelected:(NSMenuItem *)sender;
     30- (void)_beepSelected:(NSMenuItem *)sender;
     31- (void)_systemSoundSelected:(NSMenuItem *)sender;
     32@end
     33
     34@interface NJRQTMediaPopUpButton (NSOpenPanelRuntime)
     35- (void)openPanelDidEnd:(NSOpenPanel *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
    2736@end
    2837
Note: See TracChangeset for help on using the changeset viewer.