aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMSystemVersion.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMSystemVersion.h')
-rw-r--r--Foundation/GTMSystemVersion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation/GTMSystemVersion.h b/Foundation/GTMSystemVersion.h
index 13c3c19..0f19596 100644
--- a/Foundation/GTMSystemVersion.h
+++ b/Foundation/GTMSystemVersion.h
@@ -43,6 +43,6 @@
// Returns a YES/NO if the system is 10.5 or better
+ (BOOL)isLeopardOrGreater;
-#endif // GTM_IPHONE_SDK
+#endif // GTM_MACOS_SDK
@end