adium 5254:18e987b59964: Synthesized properties need ivars.
commits at adium.im
commits at adium.im
Mon Dec 31 16:50:13 UTC 2012
details: http://hg.adium.im/adium/rev/18e987b59964
revision: 5254:18e987b59964
branch: adium-1.6
author: Frank Dowsett <wixardy at adium.im>
date: Mon Dec 31 11:50:05 2012 -0500
Synthesized properties need ivars.
diffs (14 lines):
diff -r 8a6b3cff8ee8 -r 18e987b59964 Source/AIPreferenceCVPrototypeView.h
--- a/Source/AIPreferenceCVPrototypeView.h Sun Dec 30 23:27:49 2012 -0500
+++ b/Source/AIPreferenceCVPrototypeView.h Mon Dec 31 11:50:05 2012 -0500
@@ -14,7 +14,9 @@
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
- at interface AIPreferenceCVPrototypeView : NSView
+ at interface AIPreferenceCVPrototypeView : NSView {
+ NSCollectionViewItem *item;
+}
@property (assign) NSCollectionViewItem *item;
More information about the commits
mailing list