jamoma / JamomaCore

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

Refactor out 5 deprecation warnings in TTFreeHandFunction #243

Closed nwolek closed 10 years ago

nwolek commented 10 years ago

/Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/FunctionLib/source/TTFreeHandFunction.cpp source/TTFreeHandFunction.cpp:132:17: warning: 'TTObjectBaseRelease' is deprecated [-Wdeprecated-declarations]

source/TTFreeHandFunction.cpp:167:13: warning: 'TTObjectBaseInstantiate' is deprecated [-Wdeprecated-declarations]

source/TTFreeHandFunction.cpp:173:13: warning: 'TTObjectBaseInstantiate' is deprecated [-Wdeprecated-declarations]

source/TTFreeHandFunction.cpp:195:13: warning: 'TTObjectBaseInstantiate' is deprecated [-Wdeprecated-declarations]

source/TTFreeHandFunction.cpp:199:13: warning: 'TTObjectBaseRelease' is deprecated [-Wdeprecated-declarations]

nwolek commented 10 years ago

still there as of commit 999924f

https://github.com/jamoma/JamomaCore/blob/merge/api_and_api-cleanup/DSP/extensions/FunctionLib/source/TTFreeHandFunction.cpp

theod commented 10 years ago

done !