Use 64-bit: explicit visibility where required

This commit is contained in:
Jacob Bandes-Storch
2012-08-27 16:07:12 -07:00
committed by Allan Odgaard
parent 34d65bbb26
commit dfdde3283f
36 changed files with 63 additions and 37 deletions

View File

@@ -11,7 +11,7 @@ PUBLIC extern NSString* const kSoftwareUpdateChannelRelease;
PUBLIC extern NSString* const kSoftwareUpdateChannelBeta;
PUBLIC extern NSString* const kSoftwareUpdateChannelNightly;
@interface SoftwareUpdate : NSObject
PUBLIC @interface SoftwareUpdate : NSObject
{
NSDictionary* channels;
key_chain_t keyChain;