Browse Source

Header fix.

ccgus 12 years ago
parent
commit
e6424da53b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/FMDatabaseAdditions.h

+ 4 - 0
src/FMDatabaseAdditions.h

@@ -217,6 +217,7 @@
 
 
 - (void)setApplicationID:(uint32_t)appID;
 - (void)setApplicationID:(uint32_t)appID;
 
 
+#if TARGET_OS_MAC && !TARGET_OS_IPHONE
 /** Retrieve application ID string
 /** Retrieve application ID string
 
 
  @return The `NSString` value of the application ID.
  @return The `NSString` value of the application ID.
@@ -224,6 +225,7 @@
  @see setApplicationIDString:
  @see setApplicationIDString:
  */
  */
 
 
+
 - (NSString*)applicationIDString;
 - (NSString*)applicationIDString;
 
 
 /** Set the application ID string
 /** Set the application ID string
@@ -236,5 +238,7 @@
 - (void)setApplicationIDString:(NSString*)string;
 - (void)setApplicationIDString:(NSString*)string;
 #endif
 #endif
 
 
+#endif
+
 
 
 @end
 @end