test2.cpp:93: ошибка: declaration of ‘StartTime SpaceShip::StartTime’
test2.cpp:12: ошибка: changes meaning of ‘StartTime’ from ‘class StartTime’
test2.cpp: In constructor ‘SpaceShip::SpaceShip()’:
test2.cpp:13: ошибка: ‘StartTime::StartTime()’ is private
test2.cpp:83: ошибка: в данном контексте
test2.cpp:14: ошибка: ‘StartTime::~StartTime()’ is private
test2.cpp:83: ошибка: в данном контексте
test2.cpp: In destructor ‘SpaceShip::~SpaceShip()’:
test2.cpp:14: ошибка: ‘StartTime::~StartTime()’ is private
test2.cpp:84: ошибка: в данном контексте
test2.cpp: In member function ‘char SpaceShip::Process()’:
test2.cpp:16: ошибка: ‘int StartTime::GetTime()’ is private
test2.cpp:106: ошибка: в данном контексте
test2.cpp:15: ошибка: ‘void StartTime::SetTime(int)’ is private
test2.cpp:130: ошибка: в данном контексте