zjx519612 / tweetero

Automatically exported from code.google.com/p/tweetero
Other
0 stars 0 forks source link

error building code 2.0 dev branch #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
can not build 2.0 due to following
TwitEditorController.m

in loadView method:

imgPicker->twitEditor = self;

error says: instance variable 'twitEditor' is declared protected

not sure how to fix this
the line in question is actually C++ which is confusing to use with Cocoa code

Original issue reported on code.google.com by de...@derekunderwood.com on 26 Feb 2010 at 3:05

GoogleCodeExporter commented 9 years ago
We can not reproduce this issues.
Currently "twitEditor" instance variable of the ImagePickerClass has a 
"@public" visibility.
Please make sure your "v2_0_dev" working copy is up to date.
The latest revision should be 132.  

Original comment by andriy.v...@gmail.com on 26 Feb 2010 at 8:42

GoogleCodeExporter commented 9 years ago
@public visibility has been changed to @protected
Added get/set properties for the twitEditor instance variable.
Used assign property instead of direct accessing twitEditor in C++ style

Original comment by andriy.v...@gmail.com on 26 Feb 2010 at 5:09