Languages

Menu
Sites
Language
calling a private constructor of class Tizen::Base::Collection::ArratList

i m getting error while calling a function...please help..

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
muditha murthy
Private constructors are not accessible outside the class. You can only use Tizen::Base::Collection::ArrayList::ArrayList (DeleterFunctionType deleter = NoOpDeleter) since this a public constructor.