diff options
-rw-r--r-- | libobjc/objc/Object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/objc/Object.h b/libobjc/objc/Object.h index b9cf037..45c74de 100644 --- a/libobjc/objc/Object.h +++ b/libobjc/objc/Object.h @@ -131,8 +131,8 @@ extern "C" { + (int)version; + setVersion:(int)aVersion; -/* The following methods were deprecated in GCC 4.6.0 and will be removed in the next - GCC release. +/* The following methods were deprecated in GCC 4.6.0 and will be + removed in the next GCC release. */ + (int)streamVersion: (TypedStream*)aStream; /* __attribute__ ((deprecated)) */ |