jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

Refactor out 1 deprecation warnings in TTList #245

Closed nwolek closed 10 years ago

nwolek commented 10 years ago

/Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/library/source/TTList.cpp:241:4: 'TTObjectBaseRelease' is deprecated

nwolek commented 10 years ago

The syntax is being used to free objects from a TTValue.

@tap thinks this might be more than a deprecation issue & may need to wait until after 0.6

nwolek commented 10 years ago

deprecation warning not there on commit 999924f , but I am unable to track where exactly change occurred.

There are some other uses of TTObjectBasePtr that I am unclear about and may need review in the future.

https://github.com/jamoma/JamomaCore/blob/merge/api_and_api-cleanup/Foundation/library/source/TTList.cpp