Skip to content

Commit

Permalink
Made -machOFileWithID: private.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed Feb 26, 2012
1 parent b4cc13d commit e99905b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/CDClassDump.h
Expand Up @@ -57,8 +57,6 @@

- (void)recursivelyVisit:(CDVisitor *)visitor;

- (CDMachOFile *)machOFileWithID:(NSString *)anID;

- (void)appendHeaderToString:(NSMutableString *)resultString;

- (void)registerTypes;
Expand Down
6 changes: 6 additions & 0 deletions Source/CDClassDump.m
Expand Up @@ -18,6 +18,12 @@
#import "CDTypeController.h"
#import "CDSearchPathState.h"

@interface CDClassDump ()
- (CDMachOFile *)machOFileWithID:(NSString *)anID;
@end

#pragma mark -

@implementation CDClassDump
{
CDSearchPathState *searchPathState;
Expand Down

0 comments on commit e99905b

Please sign in to comment.