class Project { Project(TabCtrl &tabs) {/*add new tab with Project controls*/} }; class App { void Serialize (Stream &stream) {stream % projects;} //ERROR: no default constructor available Array<Project> projects; TabCtrl mainTabs; };
Report message to a moderator